| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default GetUsagePlanResponse |
ApiGatewayClient.getUsagePlan(Consumer<GetUsagePlanRequest.Builder> getUsagePlanRequest)
Gets a usage plan of a given plan identifier.
|
default GetUsagePlanResponse |
ApiGatewayClient.getUsagePlan(GetUsagePlanRequest getUsagePlanRequest)
Gets a usage plan of a given plan identifier.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUsagePlanResponse> |
ApiGatewayAsyncClient.getUsagePlan(Consumer<GetUsagePlanRequest.Builder> getUsagePlanRequest)
Gets a usage plan of a given plan identifier.
|
default CompletableFuture<GetUsagePlanResponse> |
ApiGatewayAsyncClient.getUsagePlan(GetUsagePlanRequest getUsagePlanRequest)
Gets a usage plan of a given plan identifier.
|
Copyright © 2023. All rights reserved.