| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateUsagePlanResponse |
ApiGatewayClient.updateUsagePlan(Consumer<UpdateUsagePlanRequest.Builder> updateUsagePlanRequest)
Updates a usage plan of a given plan Id.
|
default UpdateUsagePlanResponse |
ApiGatewayClient.updateUsagePlan(UpdateUsagePlanRequest updateUsagePlanRequest)
Updates a usage plan of a given plan Id.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateUsagePlanResponse> |
ApiGatewayAsyncClient.updateUsagePlan(Consumer<UpdateUsagePlanRequest.Builder> updateUsagePlanRequest)
Updates a usage plan of a given plan Id.
|
default CompletableFuture<UpdateUsagePlanResponse> |
ApiGatewayAsyncClient.updateUsagePlan(UpdateUsagePlanRequest updateUsagePlanRequest)
Updates a usage plan of a given plan Id.
|
Copyright © 2023. All rights reserved.