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

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

Updates an existing MethodResponse resource.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateMethodResponse ( UpdateMethodResponseRequest request ) : UpdateMethodResponseResponse
request UpdateMethodResponseRequest Container for the necessary parameters to execute the UpdateMethodResponse service method.
Результат UpdateMethodResponseResponse
        public UpdateMethodResponseResponse UpdateMethodResponse(UpdateMethodResponseRequest request)
        {
            var marshaller = new UpdateMethodResponseRequestMarshaller();
            var unmarshaller = UpdateMethodResponseResponseUnmarshaller.Instance;

            return Invoke<UpdateMethodResponseRequest,UpdateMethodResponseResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient