| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default GetUsagePlanKeysResponse |
ApiGatewayClient.getUsagePlanKeys(Consumer<GetUsagePlanKeysRequest.Builder> getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a specified usage plan.
|
default CompletableFuture<GetUsagePlanKeysResponse> |
ApiGatewayAsyncClient.getUsagePlanKeys(Consumer<GetUsagePlanKeysRequest.Builder> getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a specified usage plan.
|
default GetUsagePlanKeysIterable |
ApiGatewayClient.getUsagePlanKeysPaginator(Consumer<GetUsagePlanKeysRequest.Builder> getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a specified usage plan.
|
default GetUsagePlanKeysPublisher |
ApiGatewayAsyncClient.getUsagePlanKeysPaginator(Consumer<GetUsagePlanKeysRequest.Builder> getUsagePlanKeysRequest)
Gets all the usage plan keys representing the API keys added to a specified usage plan.
|
| Modifier and Type | Method and Description |
|---|---|
static GetUsagePlanKeysRequest.Builder |
GetUsagePlanKeysRequest.builder() |
GetUsagePlanKeysRequest.Builder |
GetUsagePlanKeysRequest.Builder.limit(Integer limit)
The maximum number of returned results per page.
|
GetUsagePlanKeysRequest.Builder |
GetUsagePlanKeysRequest.Builder.nameQuery(String nameQuery)
A query parameter specifying the name of the to-be-returned usage plan keys.
|
GetUsagePlanKeysRequest.Builder |
GetUsagePlanKeysRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetUsagePlanKeysRequest.Builder |
GetUsagePlanKeysRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetUsagePlanKeysRequest.Builder |
GetUsagePlanKeysRequest.Builder.position(String position)
The current pagination position in the paged result set.
|
GetUsagePlanKeysRequest.Builder |
GetUsagePlanKeysRequest.toBuilder() |
GetUsagePlanKeysRequest.Builder |
GetUsagePlanKeysRequest.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 GetUsagePlanKeysRequest.Builder> |
GetUsagePlanKeysRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.