| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default GetUsagePlanResponse |
ApiGatewayClient.getUsagePlan(Consumer<GetUsagePlanRequest.Builder> getUsagePlanRequest)
Gets a usage plan of a given plan identifier.
|
default CompletableFuture<GetUsagePlanResponse> |
ApiGatewayAsyncClient.getUsagePlan(Consumer<GetUsagePlanRequest.Builder> getUsagePlanRequest)
Gets a usage plan of a given plan identifier.
|
| Modifier and Type | Method and Description |
|---|---|
static GetUsagePlanRequest.Builder |
GetUsagePlanRequest.builder() |
GetUsagePlanRequest.Builder |
GetUsagePlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetUsagePlanRequest.Builder |
GetUsagePlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetUsagePlanRequest.Builder |
GetUsagePlanRequest.toBuilder() |
GetUsagePlanRequest.Builder |
GetUsagePlanRequest.Builder.usagePlanId(String usagePlanId)
The identifier of the UsagePlan resource to be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetUsagePlanRequest.Builder> |
GetUsagePlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.