| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateUsageRequest.Builder |
UpdateUsageRequest.builder() |
UpdateUsageRequest.Builder |
UpdateUsageRequest.Builder.keyId(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.Builder |
UpdateUsageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUsageRequest.Builder |
UpdateUsageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateUsageRequest.Builder |
UpdateUsageRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateUsageRequest.Builder |
UpdateUsageRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateUsageRequest.Builder |
UpdateUsageRequest.Builder.patchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateUsageRequest.Builder |
UpdateUsageRequest.toBuilder() |
UpdateUsageRequest.Builder |
UpdateUsageRequest.Builder.usagePlanId(String usagePlanId)
The Id of the usage plan associated with the usage data.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateUsageRequest.Builder> |
UpdateUsageRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.