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

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

Add a method to an existing Resource resource.
/// /// /// /// /// /// /// /// /// /// /// ///
public PutMethod ( PutMethodRequest request ) : PutMethodResponse
request Amazon.APIGateway.Model.PutMethodRequest Container for the necessary parameters to execute the PutMethod service method.
Результат Amazon.APIGateway.Model.PutMethodResponse
        public PutMethodResponse PutMethod(PutMethodRequest request)
        {
            var marshaller = new PutMethodRequestMarshaller();
            var unmarshaller = PutMethodResponseUnmarshaller.Instance;

            return Invoke<PutMethodRequest,PutMethodResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient