Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest.Builder
Packages that use UpdateUsageRequest.Builder
Package
Description
-
Uses of UpdateUsageRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateUsageRequest.BuilderModifier and TypeMethodDescriptiondefault 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 UpdateUsageResponseApiGatewayClient.updateUsage(Consumer<UpdateUsageRequest.Builder> updateUsageRequest) Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key. -
Uses of UpdateUsageRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateUsageRequest.BuilderModifier and TypeMethodDescriptionstatic UpdateUsageRequest.BuilderUpdateUsageRequest.builder()The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.UpdateUsageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateUsageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateUsageRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.UpdateUsageRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateUsageRequest.Builder.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateUsageRequest.toBuilder()UpdateUsageRequest.Builder.usagePlanId(String usagePlanId) The Id of the usage plan associated with the usage data.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateUsageRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateUsageRequest.Builder>UpdateUsageRequest.serializableBuilderClass()