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

GetUsagePlans() public method

Gets all the usage plans of the caller's account.
/// /// /// /// /// /// /// /// /// ///
public GetUsagePlans ( GetUsagePlansRequest request ) : GetUsagePlansResponse
request GetUsagePlansRequest Container for the necessary parameters to execute the GetUsagePlans service method.
return Amazon.APIGateway.Model.GetUsagePlansResponse
        public GetUsagePlansResponse GetUsagePlans(GetUsagePlansRequest request)
        {
            var marshaller = new GetUsagePlansRequestMarshaller();
            var unmarshaller = GetUsagePlansResponseUnmarshaller.Instance;

            return Invoke<GetUsagePlansRequest,GetUsagePlansResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient