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

GetUsage() public method

Gets the usage data of a usage plan in a specified time interval.
/// /// /// /// /// /// /// ///
public GetUsage ( GetUsageRequest request ) : GetUsageResponse
request Amazon.APIGateway.Model.GetUsageRequest Container for the necessary parameters to execute the GetUsage service method.
return Amazon.APIGateway.Model.GetUsageResponse
        public GetUsageResponse GetUsage(GetUsageRequest request)
        {
            var marshaller = new GetUsageRequestMarshaller();
            var unmarshaller = GetUsageResponseUnmarshaller.Instance;

            return Invoke<GetUsageRequest,GetUsageResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient