| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanKeysResult |
AmazonApiGatewayClient.getUsagePlanKeys(GetUsagePlanKeysRequest getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a
specified usage plan.
|
GetUsagePlanKeysResult |
AmazonApiGateway.getUsagePlanKeys(GetUsagePlanKeysRequest getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a
specified usage plan.
|
GetUsagePlanKeysResult |
AbstractAmazonApiGateway.getUsagePlanKeys(GetUsagePlanKeysRequest request) |
Future<GetUsagePlanKeysResult> |
AmazonApiGatewayAsyncClient.getUsagePlanKeysAsync(GetUsagePlanKeysRequest request) |
Future<GetUsagePlanKeysResult> |
AbstractAmazonApiGatewayAsync.getUsagePlanKeysAsync(GetUsagePlanKeysRequest request) |
Future<GetUsagePlanKeysResult> |
AmazonApiGatewayAsync.getUsagePlanKeysAsync(GetUsagePlanKeysRequest getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a
specified usage plan.
|
Future<GetUsagePlanKeysResult> |
AmazonApiGatewayAsyncClient.getUsagePlanKeysAsync(GetUsagePlanKeysRequest request,
AsyncHandler<GetUsagePlanKeysRequest,GetUsagePlanKeysResult> asyncHandler) |
Future<GetUsagePlanKeysResult> |
AbstractAmazonApiGatewayAsync.getUsagePlanKeysAsync(GetUsagePlanKeysRequest request,
AsyncHandler<GetUsagePlanKeysRequest,GetUsagePlanKeysResult> asyncHandler) |
Future<GetUsagePlanKeysResult> |
AmazonApiGatewayAsync.getUsagePlanKeysAsync(GetUsagePlanKeysRequest getUsagePlanKeysRequest,
AsyncHandler<GetUsagePlanKeysRequest,GetUsagePlanKeysResult> asyncHandler)
Gets all the usage plan keys representing the API keys added to a
specified usage plan.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetUsagePlanKeysResult> |
AmazonApiGatewayAsyncClient.getUsagePlanKeysAsync(GetUsagePlanKeysRequest request,
AsyncHandler<GetUsagePlanKeysRequest,GetUsagePlanKeysResult> asyncHandler) |
Future<GetUsagePlanKeysResult> |
AbstractAmazonApiGatewayAsync.getUsagePlanKeysAsync(GetUsagePlanKeysRequest request,
AsyncHandler<GetUsagePlanKeysRequest,GetUsagePlanKeysResult> asyncHandler) |
Future<GetUsagePlanKeysResult> |
AmazonApiGatewayAsync.getUsagePlanKeysAsync(GetUsagePlanKeysRequest getUsagePlanKeysRequest,
AsyncHandler<GetUsagePlanKeysRequest,GetUsagePlanKeysResult> asyncHandler)
Gets all the usage plan keys representing the API keys added to a
specified usage plan.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanKeysRequest |
GetUsagePlanKeysRequest.clone() |
GetUsagePlanKeysRequest |
GetUsagePlanKeysRequest.withLimit(Integer limit)
A query parameter specifying the maximum number usage plan keys returned
by the GET request.
|
GetUsagePlanKeysRequest |
GetUsagePlanKeysRequest.withNameQuery(String nameQuery)
A query parameter specifying the name of the to-be-returned usage plan
keys.
|
GetUsagePlanKeysRequest |
GetUsagePlanKeysRequest.withPosition(String position)
A query parameter specifying the zero-based index specifying the position
of a usage plan key.
|
GetUsagePlanKeysRequest |
GetUsagePlanKeysRequest.withUsagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan
containing the to-be-retrieved UsagePlanKey resource representing
a plan customer.
|
Copyright © 2016. All rights reserved.