@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonCloudFrontKeyValueStore extends Object implements AmazonCloudFrontKeyValueStore
AmazonCloudFrontKeyValueStore. Convenient method forms pass through to the
corresponding overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
DeleteKeyResult |
deleteKey(DeleteKeyRequest request)
Deletes the key value pair specified by the key.
|
DescribeKeyValueStoreResult |
describeKeyValueStore(DescribeKeyValueStoreRequest request)
Returns metadata information about Key Value Store.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetKeyResult |
getKey(GetKeyRequest request)
Returns a key value pair.
|
ListKeysResult |
listKeys(ListKeysRequest request)
Returns a list of key value pairs.
|
PutKeyResult |
putKey(PutKeyRequest request)
Creates a new key value pair or replaces the value of an existing key.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateKeysResult |
updateKeys(UpdateKeysRequest request)
Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.
|
public DeleteKeyResult deleteKey(DeleteKeyRequest request)
AmazonCloudFrontKeyValueStoreDeletes the key value pair specified by the key.
deleteKey in interface AmazonCloudFrontKeyValueStorepublic DescribeKeyValueStoreResult describeKeyValueStore(DescribeKeyValueStoreRequest request)
AmazonCloudFrontKeyValueStoreReturns metadata information about Key Value Store.
describeKeyValueStore in interface AmazonCloudFrontKeyValueStorepublic GetKeyResult getKey(GetKeyRequest request)
AmazonCloudFrontKeyValueStoreReturns a key value pair.
getKey in interface AmazonCloudFrontKeyValueStorepublic ListKeysResult listKeys(ListKeysRequest request)
AmazonCloudFrontKeyValueStoreReturns a list of key value pairs.
listKeys in interface AmazonCloudFrontKeyValueStorepublic PutKeyResult putKey(PutKeyRequest request)
AmazonCloudFrontKeyValueStoreCreates a new key value pair or replaces the value of an existing key.
putKey in interface AmazonCloudFrontKeyValueStorerequest - A key value pair.public UpdateKeysResult updateKeys(UpdateKeysRequest request)
AmazonCloudFrontKeyValueStorePuts or Deletes multiple key value pairs in a single, all-or-nothing operation.
updateKeys in interface AmazonCloudFrontKeyValueStorepublic void shutdown()
AmazonCloudFrontKeyValueStoreshutdown in interface AmazonCloudFrontKeyValueStorepublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonCloudFrontKeyValueStoreResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonCloudFrontKeyValueStorerequest - The originally executed request.