Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
Packages that use UpdateUsageResponse
-
Uses of UpdateUsageResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateUsageResponseModifier and TypeMethodDescriptiondefault UpdateUsageResponseApiGatewayClient.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(UpdateUsageRequest updateUsageRequest) Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateUsageResponseModifier 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 CompletableFuture<UpdateUsageResponse>ApiGatewayAsyncClient.updateUsage(UpdateUsageRequest updateUsageRequest) Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.