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

PutIntegration() public method

Represents a put integration.
/// /// /// /// /// /// /// /// /// ///
public PutIntegration ( PutIntegrationRequest request ) : PutIntegrationResponse
request Amazon.APIGateway.Model.PutIntegrationRequest Container for the necessary parameters to execute the PutIntegration service method.
return Amazon.APIGateway.Model.PutIntegrationResponse
        public PutIntegrationResponse PutIntegration(PutIntegrationRequest request)
        {
            var marshaller = new PutIntegrationRequestMarshaller();
            var unmarshaller = PutIntegrationResponseUnmarshaller.Instance;

            return Invoke<PutIntegrationRequest,PutIntegrationResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient