Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdateKeyValueStoreResponse
-
Packages that use UpdateKeyValueStoreResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of UpdateKeyValueStoreResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdateKeyValueStoreResponse Modifier and Type Method Description default UpdateKeyValueStoreResponseCloudFrontClient. updateKeyValueStore(Consumer<UpdateKeyValueStoreRequest.Builder> updateKeyValueStoreRequest)Specifies the key value store to update.default UpdateKeyValueStoreResponseCloudFrontClient. updateKeyValueStore(UpdateKeyValueStoreRequest updateKeyValueStoreRequest)Specifies the key value store to update.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type UpdateKeyValueStoreResponse Modifier and Type Method Description default CompletableFuture<UpdateKeyValueStoreResponse>CloudFrontAsyncClient. updateKeyValueStore(Consumer<UpdateKeyValueStoreRequest.Builder> updateKeyValueStoreRequest)Specifies the key value store to update.default CompletableFuture<UpdateKeyValueStoreResponse>CloudFrontAsyncClient. updateKeyValueStore(UpdateKeyValueStoreRequest updateKeyValueStoreRequest)Specifies the key value store to update.
-