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

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

Adds a MethodResponse to an existing Method resource.
/// /// /// /// /// /// /// /// /// /// /// ///
public PutMethodResponse ( PutMethodResponseRequest request ) : PutMethodResponseResponse
request Amazon.APIGateway.Model.PutMethodResponseRequest Container for the necessary parameters to execute the PutMethodResponse service method.
Результат Amazon.APIGateway.Model.PutMethodResponseResponse
        public PutMethodResponseResponse PutMethodResponse(PutMethodResponseRequest request)
        {
            var marshaller = new PutMethodResponseRequestMarshaller();
            var unmarshaller = PutMethodResponseResponseUnmarshaller.Instance;

            return Invoke<PutMethodResponseRequest,PutMethodResponseResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient