| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateUsagePlanResponse |
ApiGatewayClient.createUsagePlan(Consumer<CreateUsagePlanRequest.Builder> createUsagePlanRequest)
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the
payload.
|
default CreateUsagePlanResponse |
ApiGatewayClient.createUsagePlan(CreateUsagePlanRequest createUsagePlanRequest)
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the
payload.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateUsagePlanResponse> |
ApiGatewayAsyncClient.createUsagePlan(Consumer<CreateUsagePlanRequest.Builder> createUsagePlanRequest)
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the
payload.
|
default CompletableFuture<CreateUsagePlanResponse> |
ApiGatewayAsyncClient.createUsagePlan(CreateUsagePlanRequest createUsagePlanRequest)
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the
payload.
|
Copyright © 2023. All rights reserved.