| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateUsageResponse |
ApiGatewayClient.updateUsage(Consumer<UpdateUsageRequest.Builder> updateUsageRequest)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
default UpdateUsageResponse |
ApiGatewayClient.updateUsage(UpdateUsageRequest updateUsageRequest)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateUsageResponse> |
ApiGatewayAsyncClient.updateUsage(Consumer<UpdateUsageRequest.Builder> updateUsageRequest)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
default CompletableFuture<UpdateUsageResponse> |
ApiGatewayAsyncClient.updateUsage(UpdateUsageRequest updateUsageRequest)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
Copyright © 2023. All rights reserved.