Uses of Class
software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.GetKeyRequest
-
Packages that use GetKeyRequest 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 GetKeyRequest in software.amazon.awssdk.services.cloudfrontkeyvaluestore
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore with parameters of type GetKeyRequest Modifier and Type Method Description default CompletableFuture<GetKeyResponse>CloudFrontKeyValueStoreAsyncClient. getKey(GetKeyRequest getKeyRequest)Returns a key value pair.default GetKeyResponseCloudFrontKeyValueStoreClient. getKey(GetKeyRequest getKeyRequest)Returns a key value pair. -
Uses of GetKeyRequest in software.amazon.awssdk.services.cloudfrontkeyvaluestore.transform
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore.transform with parameters of type GetKeyRequest Modifier and Type Method Description SdkHttpFullRequestGetKeyRequestMarshaller. marshall(GetKeyRequest getKeyRequest)
-