| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetUsagePlansResult> |
AmazonApiGatewayAsyncClient.getUsagePlansAsync(GetUsagePlansRequest request,
AsyncHandler<GetUsagePlansRequest,GetUsagePlansResult> asyncHandler) |
Future<GetUsagePlansResult> |
AbstractAmazonApiGatewayAsync.getUsagePlansAsync(GetUsagePlansRequest request,
AsyncHandler<GetUsagePlansRequest,GetUsagePlansResult> asyncHandler) |
Future<GetUsagePlansResult> |
AmazonApiGatewayAsync.getUsagePlansAsync(GetUsagePlansRequest getUsagePlansRequest,
AsyncHandler<GetUsagePlansRequest,GetUsagePlansResult> asyncHandler)
Gets all the usage plans of the caller's account.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlansRequest |
GetUsagePlansRequest.clone() |
GetUsagePlansRequest |
GetUsagePlansRequest.withKeyId(String keyId)
The identifier of the API key associated with the usage plans.
|
GetUsagePlansRequest |
GetUsagePlansRequest.withLimit(Integer limit)
The number of UsagePlan resources to be returned as the result.
|
GetUsagePlansRequest |
GetUsagePlansRequest.withPosition(String position)
The zero-based array index specifying the position of the to-be-retrieved UsagePlan resource.
|
Copyright © 2016. All rights reserved.