Uses of Class
software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.UpdateKeysResponse
-
Packages that use UpdateKeysResponse Package Description software.amazon.awssdk.services.cloudfrontkeyvaluestore Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resource -
-
Uses of UpdateKeysResponse in software.amazon.awssdk.services.cloudfrontkeyvaluestore
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore that return UpdateKeysResponse Modifier and Type Method Description default UpdateKeysResponseCloudFrontKeyValueStoreClient. updateKeys(Consumer<UpdateKeysRequest.Builder> updateKeysRequest)Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.default UpdateKeysResponseCloudFrontKeyValueStoreClient. updateKeys(UpdateKeysRequest updateKeysRequest)Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore that return types with arguments of type UpdateKeysResponse Modifier and Type Method Description default CompletableFuture<UpdateKeysResponse>CloudFrontKeyValueStoreAsyncClient. updateKeys(Consumer<UpdateKeysRequest.Builder> updateKeysRequest)Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.default CompletableFuture<UpdateKeysResponse>CloudFrontKeyValueStoreAsyncClient. updateKeys(UpdateKeysRequest updateKeysRequest)Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.
-