Amazon.APIGateway.AmazonAPIGatewayClient.UpdateIntegration C# (CSharp) Method

UpdateIntegration() public method

Represents an update integration.
/// /// /// /// /// /// /// /// /// ///
public UpdateIntegration ( UpdateIntegrationRequest request ) : UpdateIntegrationResponse
request UpdateIntegrationRequest Container for the necessary parameters to execute the UpdateIntegration service method.
return UpdateIntegrationResponse
        public UpdateIntegrationResponse UpdateIntegration(UpdateIntegrationRequest request)
        {
            var marshaller = new UpdateIntegrationRequestMarshaller();
            var unmarshaller = UpdateIntegrationResponseUnmarshaller.Instance;

            return Invoke<UpdateIntegrationRequest,UpdateIntegrationResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient