Uses of Class
software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.GetKeyResponse
-
Packages that use GetKeyResponse Package Description software.amazon.awssdk.services.cloudfrontkeyvaluestore Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resource -
-
Uses of GetKeyResponse in software.amazon.awssdk.services.cloudfrontkeyvaluestore
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore that return GetKeyResponse Modifier and Type Method Description default GetKeyResponseCloudFrontKeyValueStoreClient. getKey(Consumer<GetKeyRequest.Builder> getKeyRequest)Returns a key value pair.default GetKeyResponseCloudFrontKeyValueStoreClient. getKey(GetKeyRequest getKeyRequest)Returns a key value pair.Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore that return types with arguments of type GetKeyResponse Modifier and Type Method Description default CompletableFuture<GetKeyResponse>CloudFrontKeyValueStoreAsyncClient. getKey(Consumer<GetKeyRequest.Builder> getKeyRequest)Returns a key value pair.default CompletableFuture<GetKeyResponse>CloudFrontKeyValueStoreAsyncClient. getKey(GetKeyRequest getKeyRequest)Returns a key value pair.
-