| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateUsageResult |
AmazonApiGateway.updateUsage(UpdateUsageRequest updateUsageRequest)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
UpdateUsageResult |
AbstractAmazonApiGateway.updateUsage(UpdateUsageRequest request) |
UpdateUsageResult |
AmazonApiGatewayClient.updateUsage(UpdateUsageRequest request)
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
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) |
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.
|
Future<UpdateUsageResult> |
AmazonApiGatewayAsyncClient.updateUsageAsync(UpdateUsageRequest request,
AsyncHandler<UpdateUsageRequest,UpdateUsageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<UpdateUsageResult> |
AmazonApiGatewayAsyncClient.updateUsageAsync(UpdateUsageRequest request,
AsyncHandler<UpdateUsageRequest,UpdateUsageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateUsageRequest |
UpdateUsageRequest.clone() |
UpdateUsageRequest |
UpdateUsageRequest.withKeyId(String keyId)
[Required] 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)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateUsageRequest |
UpdateUsageRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateUsageRequest |
UpdateUsageRequest.withUsagePlanId(String usagePlanId)
[Required] The Id of the usage plan associated with the usage data.
|
Copyright © 2021. All rights reserved.