| 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) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetUsagePlanKeysResult> |
AmazonApiGatewayAsyncClient.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.
|
Future<GetUsagePlanKeysResult> |
AbstractAmazonApiGatewayAsync.getUsagePlanKeysAsync(GetUsagePlanKeysRequest request,
AsyncHandler<GetUsagePlanKeysRequest,GetUsagePlanKeysResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanKeysResult |
GetUsagePlanKeysResult.clone() |
GetUsagePlanKeysResult |
GetUsagePlanKeysResult.withItems(Collection<UsagePlanKey> items)
The current page of elements from this collection.
|
GetUsagePlanKeysResult |
GetUsagePlanKeysResult.withItems(UsagePlanKey... items)
The current page of elements from this collection.
|
GetUsagePlanKeysResult |
GetUsagePlanKeysResult.withPosition(String position) |
Copyright © 2025. All rights reserved.