| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetUsagePlanKeyResult> |
AmazonApiGatewayAsyncClient.getUsagePlanKeyAsync(GetUsagePlanKeyRequest request,
AsyncHandler<GetUsagePlanKeyRequest,GetUsagePlanKeyResult> asyncHandler) |
Future<GetUsagePlanKeyResult> |
AbstractAmazonApiGatewayAsync.getUsagePlanKeyAsync(GetUsagePlanKeyRequest request,
AsyncHandler<GetUsagePlanKeyRequest,GetUsagePlanKeyResult> asyncHandler) |
Future<GetUsagePlanKeyResult> |
AmazonApiGatewayAsync.getUsagePlanKeyAsync(GetUsagePlanKeyRequest getUsagePlanKeyRequest,
AsyncHandler<GetUsagePlanKeyRequest,GetUsagePlanKeyResult> asyncHandler)
Gets a usage plan key of a given key identifier.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanKeyRequest |
GetUsagePlanKeyRequest.clone() |
GetUsagePlanKeyRequest |
GetUsagePlanKeyRequest.withKeyId(String keyId)
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
|
GetUsagePlanKeyRequest |
GetUsagePlanKeyRequest.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 © 2023. All rights reserved.