Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
GetUsagePlanKeysResult |
AmazonApiGatewayClient.getUsagePlanKeys(GetUsagePlanKeysRequest request)
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)
The maximum number of returned results per page.
|
GetUsagePlanKeysRequest |
GetUsagePlanKeysRequest.withNameQuery(String nameQuery)
A query parameter specifying the name of the to-be-returned usage plan keys.
|
GetUsagePlanKeysRequest |
GetUsagePlanKeysRequest.withPosition(String position)
The current pagination position in the paged result set.
|
GetUsagePlanKeysRequest |
GetUsagePlanKeysRequest.withUsagePlanId(String usagePlanId)
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved
UsagePlanKey resource representing a plan customer.
|
Copyright © 2018. All rights reserved.