| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlansResult |
AmazonApiGatewayClient.getUsagePlans(GetUsagePlansRequest request)
Gets all the usage plans of the caller's account.
|
GetUsagePlansResult |
AmazonApiGateway.getUsagePlans(GetUsagePlansRequest getUsagePlansRequest)
Gets all the usage plans of the caller's account.
|
GetUsagePlansResult |
AbstractAmazonApiGateway.getUsagePlans(GetUsagePlansRequest request) |
| 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 |
|---|---|
GetUsagePlansResult |
GetUsagePlansResult.clone() |
GetUsagePlansResult |
GetUsagePlansResult.withItems(Collection<UsagePlan> items)
Gets the current item when enumerating the collection of UsagePlan.
|
GetUsagePlansResult |
GetUsagePlansResult.withItems(UsagePlan... items)
Gets the current item when enumerating the collection of UsagePlan.
|
GetUsagePlansResult |
GetUsagePlansResult.withPosition(String position) |
Copyright © 2017. All rights reserved.