Uses of Class
software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.PutKeyRequest
-
Packages that use PutKeyRequest 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 PutKeyRequest in software.amazon.awssdk.services.cloudfrontkeyvaluestore
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore with parameters of type PutKeyRequest Modifier and Type Method Description default CompletableFuture<PutKeyResponse>CloudFrontKeyValueStoreAsyncClient. putKey(PutKeyRequest putKeyRequest)Creates a new key value pair or replaces the value of an existing key.default PutKeyResponseCloudFrontKeyValueStoreClient. putKey(PutKeyRequest putKeyRequest)Creates a new key value pair or replaces the value of an existing key. -
Uses of PutKeyRequest in software.amazon.awssdk.services.cloudfrontkeyvaluestore.transform
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore.transform with parameters of type PutKeyRequest Modifier and Type Method Description SdkHttpFullRequestPutKeyRequestMarshaller. marshall(PutKeyRequest putKeyRequest)
-