Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
-
Packages that use UpdateUsageRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of UpdateUsageRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type UpdateUsageRequest Modifier and Type Method Description 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.default UpdateUsageResponseApiGatewayClient. updateUsage(UpdateUsageRequest updateUsageRequest)Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key. -
Uses of UpdateUsageRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type UpdateUsageRequest Modifier and Type Method Description SdkHttpFullRequestUpdateUsageRequestMarshaller. marshall(UpdateUsageRequest updateUsageRequest)
-