Uses of Class
software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
-
Packages that use UpdateKeysRequest Package Description software.amazon.awssdk.services.cloudfrontkeyvaluestore Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resourcesoftware.amazon.awssdk.services.cloudfrontkeyvaluestore.transform -
-
Uses of UpdateKeysRequest in software.amazon.awssdk.services.cloudfrontkeyvaluestore
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore with parameters of type UpdateKeysRequest Modifier and Type Method Description default CompletableFuture<UpdateKeysResponse>CloudFrontKeyValueStoreAsyncClient. updateKeys(UpdateKeysRequest 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. -
Uses of UpdateKeysRequest in software.amazon.awssdk.services.cloudfrontkeyvaluestore.transform
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore.transform with parameters of type UpdateKeysRequest Modifier and Type Method Description SdkHttpFullRequestUpdateKeysRequestMarshaller. marshall(UpdateKeysRequest updateKeysRequest)
-