| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateUsageResult |
AmazonApiGatewayClient.updateUsage(UpdateUsageRequest request)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
UpdateUsageResult |
AbstractAmazonApiGateway.updateUsage(UpdateUsageRequest request) |
UpdateUsageResult |
AmazonApiGateway.updateUsage(UpdateUsageRequest updateUsageRequest)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
Future<UpdateUsageResult> |
AmazonApiGatewayAsyncClient.updateUsageAsync(UpdateUsageRequest request) |
Future<UpdateUsageResult> |
AbstractAmazonApiGatewayAsync.updateUsageAsync(UpdateUsageRequest request) |
Future<UpdateUsageResult> |
AmazonApiGatewayAsync.updateUsageAsync(UpdateUsageRequest updateUsageRequest)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
Future<UpdateUsageResult> |
AmazonApiGatewayAsyncClient.updateUsageAsync(UpdateUsageRequest request,
AsyncHandler<UpdateUsageRequest,UpdateUsageResult> asyncHandler) |
Future<UpdateUsageResult> |
AbstractAmazonApiGatewayAsync.updateUsageAsync(UpdateUsageRequest request,
AsyncHandler<UpdateUsageRequest,UpdateUsageResult> asyncHandler) |
Future<UpdateUsageResult> |
AmazonApiGatewayAsync.updateUsageAsync(UpdateUsageRequest updateUsageRequest,
AsyncHandler<UpdateUsageRequest,UpdateUsageResult> asyncHandler)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUsageResult> |
AmazonApiGatewayAsyncClient.updateUsageAsync(UpdateUsageRequest request,
AsyncHandler<UpdateUsageRequest,UpdateUsageResult> asyncHandler) |
Future<UpdateUsageResult> |
AbstractAmazonApiGatewayAsync.updateUsageAsync(UpdateUsageRequest request,
AsyncHandler<UpdateUsageRequest,UpdateUsageResult> asyncHandler) |
Future<UpdateUsageResult> |
AmazonApiGatewayAsync.updateUsageAsync(UpdateUsageRequest updateUsageRequest,
AsyncHandler<UpdateUsageRequest,UpdateUsageResult> asyncHandler)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUsageRequest |
UpdateUsageRequest.clone() |
UpdateUsageRequest |
UpdateUsageRequest.withKeyId(String keyId)
The identifier of the API key associated with the usage plan in which a temporary extension is granted to the
remaining quota.
|
UpdateUsageRequest |
UpdateUsageRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateUsageRequest |
UpdateUsageRequest.withPatchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateUsageRequest |
UpdateUsageRequest.withUsagePlanId(String usagePlanId)
The Id of the usage plan associated with the usage data.
|
Copyright © 2023. All rights reserved.