| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanKeyResult |
AbstractAmazonApiGateway.getUsagePlanKey(GetUsagePlanKeyRequest request) |
GetUsagePlanKeyResult |
AmazonApiGateway.getUsagePlanKey(GetUsagePlanKeyRequest getUsagePlanKeyRequest)
Gets a usage plan key of a given key identifier.
|
GetUsagePlanKeyResult |
AmazonApiGatewayClient.getUsagePlanKey(GetUsagePlanKeyRequest request)
Gets a usage plan key of a given key identifier.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<GetUsagePlanKeyResult> |
AmazonApiGatewayAsyncClient.getUsagePlanKeyAsync(GetUsagePlanKeyRequest request,
AsyncHandler<GetUsagePlanKeyRequest,GetUsagePlanKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanKeyResult |
GetUsagePlanKeyResult.clone() |
GetUsagePlanKeyResult |
GetUsagePlanKeyResult.withId(String id)
The Id of a usage plan key.
|
GetUsagePlanKeyResult |
GetUsagePlanKeyResult.withName(String name)
The name of a usage plan key.
|
GetUsagePlanKeyResult |
GetUsagePlanKeyResult.withType(String type)
The type of a usage plan key.
|
GetUsagePlanKeyResult |
GetUsagePlanKeyResult.withValue(String value)
The value of a usage plan key.
|
Copyright © 2022. All rights reserved.