Uses of Class
software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.PutKeyResponse
-
Packages that use PutKeyResponse Package Description software.amazon.awssdk.services.cloudfrontkeyvaluestore Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resource -
-
Uses of PutKeyResponse in software.amazon.awssdk.services.cloudfrontkeyvaluestore
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore that return PutKeyResponse Modifier and Type Method Description default PutKeyResponseCloudFrontKeyValueStoreClient. putKey(Consumer<PutKeyRequest.Builder> 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.Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore that return types with arguments of type PutKeyResponse Modifier and Type Method Description default CompletableFuture<PutKeyResponse>CloudFrontKeyValueStoreAsyncClient. putKey(Consumer<PutKeyRequest.Builder> putKeyRequest)Creates a new key value pair or replaces the value of an existing key.default CompletableFuture<PutKeyResponse>CloudFrontKeyValueStoreAsyncClient. putKey(PutKeyRequest putKeyRequest)Creates a new key value pair or replaces the value of an existing key.
-