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

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

Updates an existing Method resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateMethod ( UpdateMethodRequest request ) : UpdateMethodResponse
request UpdateMethodRequest Container for the necessary parameters to execute the UpdateMethod service method.
Результат UpdateMethodResponse
        public UpdateMethodResponse UpdateMethod(UpdateMethodRequest request)
        {
            var marshaller = new UpdateMethodRequestMarshaller();
            var unmarshaller = UpdateMethodResponseUnmarshaller.Instance;

            return Invoke<UpdateMethodRequest,UpdateMethodResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient