Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
-
Packages that use UpdateUsageResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateUsageResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateUsageResponse Modifier and Type Method Description 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.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 UpdateUsageResponse Modifier and Type Method Description 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.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.
-