Amazon.APIGateway.AmazonAPIGatewayClient.GetMethod C# (CSharp) Method

GetMethod() public method

Describe an existing Method resource.
/// /// /// /// /// ///
public GetMethod ( GetMethodRequest request ) : GetMethodResponse
request Amazon.APIGateway.Model.GetMethodRequest Container for the necessary parameters to execute the GetMethod service method.
return Amazon.APIGateway.Model.GetMethodResponse
        public GetMethodResponse GetMethod(GetMethodRequest request)
        {
            var marshaller = new GetMethodRequestMarshaller();
            var unmarshaller = GetMethodResponseUnmarshaller.Instance;

            return Invoke<GetMethodRequest,GetMethodResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient