| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
CreateUsagePlanRequestMarshaller.marshall(CreateUsagePlanRequest createUsagePlanRequest) |
Copyright © 2023. All rights reserved.