| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default GetUsagePlanKeyResponse |
ApiGatewayClient.getUsagePlanKey(Consumer<GetUsagePlanKeyRequest.Builder> getUsagePlanKeyRequest)
Gets a usage plan key of a given key identifier.
|
default CompletableFuture<GetUsagePlanKeyResponse> |
ApiGatewayAsyncClient.getUsagePlanKey(Consumer<GetUsagePlanKeyRequest.Builder> getUsagePlanKeyRequest)
Gets a usage plan key of a given key identifier.
|
| Modifier and Type | Method and Description |
|---|---|
static GetUsagePlanKeyRequest.Builder |
GetUsagePlanKeyRequest.builder() |
GetUsagePlanKeyRequest.Builder |
GetUsagePlanKeyRequest.Builder.keyId(String keyId)
The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
|
GetUsagePlanKeyRequest.Builder |
GetUsagePlanKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetUsagePlanKeyRequest.Builder |
GetUsagePlanKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetUsagePlanKeyRequest.Builder |
GetUsagePlanKeyRequest.toBuilder() |
GetUsagePlanKeyRequest.Builder |
GetUsagePlanKeyRequest.Builder.usagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey
resource representing a plan customer.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetUsagePlanKeyRequest.Builder> |
GetUsagePlanKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.