Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest.Builder
-
Packages that use UpdateUsageRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateUsageRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateUsageRequest.Builder 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 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.Builder Modifier and Type Method Description static UpdateUsageRequest.BuilderUpdateUsageRequest. builder()UpdateUsageRequest.BuilderUpdateUsageRequest.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.BuilderUpdateUsageRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateUsageRequest.BuilderUpdateUsageRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateUsageRequest.BuilderUpdateUsageRequest.Builder. patchOperations(Collection<PatchOperation> patchOperations)For more information about supported patch operations, see Patch Operations.UpdateUsageRequest.BuilderUpdateUsageRequest.Builder. patchOperations(Consumer<PatchOperation.Builder>... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateUsageRequest.BuilderUpdateUsageRequest.Builder. patchOperations(PatchOperation... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateUsageRequest.BuilderUpdateUsageRequest. toBuilder()UpdateUsageRequest.BuilderUpdateUsageRequest.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.Builder Modifier and Type Method Description static Class<? extends UpdateUsageRequest.Builder>UpdateUsageRequest. serializableBuilderClass()
-