Amazon.APIGateway.AmazonAPIGatewayClient.PutIntegrationResponse C# (CSharp) Метод

PutIntegrationResponse() публичный Метод

Represents a put integration.
/// /// /// /// /// /// /// /// /// /// /// ///
public PutIntegrationResponse ( PutIntegrationResponseRequest request ) : PutIntegrationResponseResponse
request Amazon.APIGateway.Model.PutIntegrationResponseRequest Container for the necessary parameters to execute the PutIntegrationResponse service method.
Результат Amazon.APIGateway.Model.PutIntegrationResponseResponse
        public PutIntegrationResponseResponse PutIntegrationResponse(PutIntegrationResponseRequest request)
        {
            var marshaller = new PutIntegrationResponseRequestMarshaller();
            var unmarshaller = PutIntegrationResponseResponseUnmarshaller.Instance;

            return Invoke<PutIntegrationResponseRequest,PutIntegrationResponseResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient