Skip navigation links
A B C D E G H I L M P R S T U V W 

A

AbstractAmazonCloudFrontKeyValueStore - Class in com.amazonaws.services.cloudfrontkeyvaluestore
Abstract implementation of AmazonCloudFrontKeyValueStore.
AbstractAmazonCloudFrontKeyValueStore() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStore
 
AbstractAmazonCloudFrontKeyValueStoreAsync - Class in com.amazonaws.services.cloudfrontkeyvaluestore
Abstract implementation of AmazonCloudFrontKeyValueStoreAsync.
AbstractAmazonCloudFrontKeyValueStoreAsync() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
AccessDeniedException - Exception in com.amazonaws.services.cloudfrontkeyvaluestore.model
Access denied.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.cloudfrontkeyvaluestore.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
AmazonCloudFrontKeyValueStore - Interface in com.amazonaws.services.cloudfrontkeyvaluestore
Interface for accessing Amazon CloudFront KeyValueStore.
AmazonCloudFrontKeyValueStoreAsync - Interface in com.amazonaws.services.cloudfrontkeyvaluestore
Interface for accessing Amazon CloudFront KeyValueStore asynchronously.
AmazonCloudFrontKeyValueStoreAsyncClient - Class in com.amazonaws.services.cloudfrontkeyvaluestore
Client for accessing Amazon CloudFront KeyValueStore asynchronously.
AmazonCloudFrontKeyValueStoreAsyncClientBuilder - Class in com.amazonaws.services.cloudfrontkeyvaluestore
AmazonCloudFrontKeyValueStoreClient - Class in com.amazonaws.services.cloudfrontkeyvaluestore
Client for accessing Amazon CloudFront KeyValueStore.
AmazonCloudFrontKeyValueStoreClientBuilder - Class in com.amazonaws.services.cloudfrontkeyvaluestore
Fluent builder for AmazonCloudFrontKeyValueStore.
AmazonCloudFrontKeyValueStoreException - Exception in com.amazonaws.services.cloudfrontkeyvaluestore.model
Base exception for all service exceptions thrown by Amazon CloudFront KeyValueStore
AmazonCloudFrontKeyValueStoreException(String) - Constructor for exception com.amazonaws.services.cloudfrontkeyvaluestore.model.AmazonCloudFrontKeyValueStoreException
Constructs a new AmazonCloudFrontKeyValueStoreException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClientBuilder
Construct an asynchronous implementation of AmazonCloudFrontKeyValueStoreAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClientBuilder
Construct a synchronous implementation of AmazonCloudFrontKeyValueStore using the current builder configuration.
builder() - Static method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClient
 

C

clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequestListItem
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreRequest
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyRequest
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResult
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequestListItem
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
 
clone() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
 
com.amazonaws.services.cloudfrontkeyvaluestore - package com.amazonaws.services.cloudfrontkeyvaluestore
Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resource
com.amazonaws.services.cloudfrontkeyvaluestore.model - package com.amazonaws.services.cloudfrontkeyvaluestore.model
 
configFactory - Static variable in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClient
Client configuration factory providing ClientConfigurations tailored to this client
ConflictException - Exception in com.amazonaws.services.cloudfrontkeyvaluestore.model
Resource is not in expected state.
ConflictException(String) - Constructor for exception com.amazonaws.services.cloudfrontkeyvaluestore.model.ConflictException
Constructs a new ConflictException with the specified error message.

D

defaultClient() - Static method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClientBuilder
 
deleteKey(DeleteKeyRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStore
 
deleteKey(DeleteKeyRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStore
Deletes the key value pair specified by the key.
deleteKey(DeleteKeyRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClient
Deletes the key value pair specified by the key.
deleteKeyAsync(DeleteKeyRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
deleteKeyAsync(DeleteKeyRequest, AsyncHandler<DeleteKeyRequest, DeleteKeyResult>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
deleteKeyAsync(DeleteKeyRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsync
Deletes the key value pair specified by the key.
deleteKeyAsync(DeleteKeyRequest, AsyncHandler<DeleteKeyRequest, DeleteKeyResult>) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsync
Deletes the key value pair specified by the key.
deleteKeyAsync(DeleteKeyRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 
deleteKeyAsync(DeleteKeyRequest, AsyncHandler<DeleteKeyRequest, DeleteKeyResult>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 
DeleteKeyRequest - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
 
DeleteKeyRequest() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
 
DeleteKeyRequestListItem - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
List item for keys to delete.
DeleteKeyRequestListItem() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequestListItem
 
DeleteKeyResult - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
Metadata information about a Key Value Store.
DeleteKeyResult() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
 
describeKeyValueStore(DescribeKeyValueStoreRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStore
 
describeKeyValueStore(DescribeKeyValueStoreRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStore
Returns metadata information about Key Value Store.
describeKeyValueStore(DescribeKeyValueStoreRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClient
Returns metadata information about Key Value Store.
describeKeyValueStoreAsync(DescribeKeyValueStoreRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
describeKeyValueStoreAsync(DescribeKeyValueStoreRequest, AsyncHandler<DescribeKeyValueStoreRequest, DescribeKeyValueStoreResult>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
describeKeyValueStoreAsync(DescribeKeyValueStoreRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsync
Returns metadata information about Key Value Store.
describeKeyValueStoreAsync(DescribeKeyValueStoreRequest, AsyncHandler<DescribeKeyValueStoreRequest, DescribeKeyValueStoreResult>) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsync
Returns metadata information about Key Value Store.
describeKeyValueStoreAsync(DescribeKeyValueStoreRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 
describeKeyValueStoreAsync(DescribeKeyValueStoreRequest, AsyncHandler<DescribeKeyValueStoreRequest, DescribeKeyValueStoreResult>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 
DescribeKeyValueStoreRequest - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
 
DescribeKeyValueStoreRequest() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreRequest
 
DescribeKeyValueStoreResult - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
Metadata information about a Key Value Store.
DescribeKeyValueStoreResult() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStore
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequestListItem
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequestListItem
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
 

G

getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStore
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStore
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCreated() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Date and time when the Key Value Store was created.
getDeletes() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
List of keys to delete.
getETag() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
The current version identifier of the Key Value Store after the successful delete.
getETag() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
The version identifier for the current version of the Key Value Store.
getETag() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
The current version identifier of the Key Value Store after the successful put.
getETag() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
The current version identifier of the Key Value Store after the successful update.
getExecutorService() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
Returns the executor service used by this client to execute async requests.
getIfMatch() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore.
getIfMatch() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
The current version (ETag) of the Key Value Store that you are putting keys into, which you can get using DescribeKeyValueStore.
getIfMatch() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
The current version (ETag) of the Key Value Store that you are updating keys of, which you can get using DescribeKeyValueStore.
getItemCount() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
Number of key value pairs in the Key Value Store after the successful delete.
getItemCount() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Number of key value pairs in the Key Value Store.
getItemCount() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
Number of key value pairs in the Key Value Store.
getItemCount() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
Number of key value pairs in the Key Value Store after the successful put.
getItemCount() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
Number of key value pairs in the Key Value Store after the successful update.
getItems() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResult
Key value pairs
getKey(GetKeyRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStore
 
getKey(GetKeyRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStore
Returns a key value pair.
getKey(GetKeyRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClient
Returns a key value pair.
getKey() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
The key to delete.
getKey() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequestListItem
The key of the key value pair to be deleted.
getKey() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyRequest
The key to get.
getKey() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
The key of the key value pair.
getKey() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem
The key of the key value pair.
getKey() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
The key to put.
getKey() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequestListItem
The key of the key value pair list item to put.
getKeyAsync(GetKeyRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
getKeyAsync(GetKeyRequest, AsyncHandler<GetKeyRequest, GetKeyResult>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
getKeyAsync(GetKeyRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsync
Returns a key value pair.
getKeyAsync(GetKeyRequest, AsyncHandler<GetKeyRequest, GetKeyResult>) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsync
Returns a key value pair.
getKeyAsync(GetKeyRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 
getKeyAsync(GetKeyRequest, AsyncHandler<GetKeyRequest, GetKeyResult>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 
GetKeyRequest - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
 
GetKeyRequest() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyRequest
 
GetKeyResult - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
A key value pair.
GetKeyResult() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
 
getKvsARN() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
The Amazon Resource Name (ARN) of the Key Value Store.
getKvsARN() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreRequest
The Amazon Resource Name (ARN) of the Key Value Store.
getKvsARN() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
The Amazon Resource Name (ARN) of the Key Value Store.
getKvsARN() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyRequest
The Amazon Resource Name (ARN) of the Key Value Store.
getKvsARN() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
The Amazon Resource Name (ARN) of the Key Value Store.
getKvsARN() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
The Amazon Resource Name (ARN) of the Key Value Store.
getKvsARN() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
The Amazon Resource Name (ARN) of the Key Value Store.
getLastModified() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Date and time when the key value pairs in the Key Value Store was last modified.
getMaxResults() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
Maximum number of results that are returned per call.
getNextToken() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
If nextToken is returned in the response, there are more results available.
getNextToken() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResult
If nextToken is returned in the response, there are more results available.
getPuts() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
List of key value pairs to put.
getTotalSizeInBytes() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
Total size of the Key Value Store after the successful delete, in bytes.
getTotalSizeInBytes() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Total size of the Key Value Store in bytes.
getTotalSizeInBytes() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
Total size of the Key Value Store in bytes.
getTotalSizeInBytes() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
Total size of the Key Value Store after the successful put, in bytes.
getTotalSizeInBytes() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
Total size of the Key Value Store after the successful update, in bytes.
getValue() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
The value of the key value pair.
getValue() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem
The value of the key value pair.
getValue() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
The value to put.
getValue() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequestListItem
The value for the key value pair to put.

H

hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequestListItem
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResult
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequestListItem
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
 

I

InternalServerException - Exception in com.amazonaws.services.cloudfrontkeyvaluestore.model
Internal server error.
InternalServerException(String) - Constructor for exception com.amazonaws.services.cloudfrontkeyvaluestore.model.InternalServerException
Constructs a new InternalServerException with the specified error message.

L

listKeys(ListKeysRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStore
 
listKeys(ListKeysRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStore
Returns a list of key value pairs.
listKeys(ListKeysRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClient
Returns a list of key value pairs.
listKeysAsync(ListKeysRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
listKeysAsync(ListKeysRequest, AsyncHandler<ListKeysRequest, ListKeysResult>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
listKeysAsync(ListKeysRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsync
Returns a list of key value pairs.
listKeysAsync(ListKeysRequest, AsyncHandler<ListKeysRequest, ListKeysResult>) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsync
Returns a list of key value pairs.
listKeysAsync(ListKeysRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 
listKeysAsync(ListKeysRequest, AsyncHandler<ListKeysRequest, ListKeysResult>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 
ListKeysRequest - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
 
ListKeysRequest() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
 
ListKeysResponseListItem - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
A key value pair.
ListKeysResponseListItem() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem
 
ListKeysResult - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
 
ListKeysResult() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequestListItem
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequestListItem
 

P

putKey(PutKeyRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStore
 
putKey(PutKeyRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStore
Creates a new key value pair or replaces the value of an existing key.
putKey(PutKeyRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClient
Creates a new key value pair or replaces the value of an existing key.
putKeyAsync(PutKeyRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
putKeyAsync(PutKeyRequest, AsyncHandler<PutKeyRequest, PutKeyResult>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
putKeyAsync(PutKeyRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsync
Creates a new key value pair or replaces the value of an existing key.
putKeyAsync(PutKeyRequest, AsyncHandler<PutKeyRequest, PutKeyResult>) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsync
Creates a new key value pair or replaces the value of an existing key.
putKeyAsync(PutKeyRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 
putKeyAsync(PutKeyRequest, AsyncHandler<PutKeyRequest, PutKeyResult>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 
PutKeyRequest - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
A key value pair.
PutKeyRequest() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
 
PutKeyRequestListItem - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
List item for key value pair to put.
PutKeyRequestListItem() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequestListItem
 
PutKeyResult - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
Metadata information about a Key Value Store.
PutKeyResult() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
 

R

ResourceNotFoundException - Exception in com.amazonaws.services.cloudfrontkeyvaluestore.model
Resource was not found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.cloudfrontkeyvaluestore.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.

S

ServiceQuotaExceededException - Exception in com.amazonaws.services.cloudfrontkeyvaluestore.model
Limit exceeded.
ServiceQuotaExceededException(String) - Constructor for exception com.amazonaws.services.cloudfrontkeyvaluestore.model.ServiceQuotaExceededException
Constructs a new ServiceQuotaExceededException with the specified error message.
setCreated(Date) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Date and time when the Key Value Store was created.
setDeletes(Collection<DeleteKeyRequestListItem>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
List of keys to delete.
setETag(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
The current version identifier of the Key Value Store after the successful delete.
setETag(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
The version identifier for the current version of the Key Value Store.
setETag(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
The current version identifier of the Key Value Store after the successful put.
setETag(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
The current version identifier of the Key Value Store after the successful update.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
The current version (ETag) of the Key Value Store that you are putting keys into, which you can get using DescribeKeyValueStore.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
The current version (ETag) of the Key Value Store that you are updating keys of, which you can get using DescribeKeyValueStore.
setItemCount(Integer) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
Number of key value pairs in the Key Value Store after the successful delete.
setItemCount(Integer) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Number of key value pairs in the Key Value Store.
setItemCount(Integer) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
Number of key value pairs in the Key Value Store.
setItemCount(Integer) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
Number of key value pairs in the Key Value Store after the successful put.
setItemCount(Integer) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
Number of key value pairs in the Key Value Store after the successful update.
setItems(Collection<ListKeysResponseListItem>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResult
Key value pairs
setKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
The key to delete.
setKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequestListItem
The key of the key value pair to be deleted.
setKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyRequest
The key to get.
setKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
The key of the key value pair.
setKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem
The key of the key value pair.
setKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
The key to put.
setKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequestListItem
The key of the key value pair list item to put.
setKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
The Amazon Resource Name (ARN) of the Key Value Store.
setKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreRequest
The Amazon Resource Name (ARN) of the Key Value Store.
setKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
The Amazon Resource Name (ARN) of the Key Value Store.
setKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyRequest
The Amazon Resource Name (ARN) of the Key Value Store.
setKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
The Amazon Resource Name (ARN) of the Key Value Store.
setKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
The Amazon Resource Name (ARN) of the Key Value Store.
setKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
The Amazon Resource Name (ARN) of the Key Value Store.
setLastModified(Date) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Date and time when the key value pairs in the Key Value Store was last modified.
setMaxResults(Integer) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
Maximum number of results that are returned per call.
setNextToken(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
If nextToken is returned in the response, there are more results available.
setNextToken(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResult
If nextToken is returned in the response, there are more results available.
setPuts(Collection<PutKeyRequestListItem>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
List of key value pairs to put.
setTotalSizeInBytes(Long) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
Total size of the Key Value Store after the successful delete, in bytes.
setTotalSizeInBytes(Long) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Total size of the Key Value Store in bytes.
setTotalSizeInBytes(Long) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
Total size of the Key Value Store in bytes.
setTotalSizeInBytes(Long) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
Total size of the Key Value Store after the successful put, in bytes.
setTotalSizeInBytes(Long) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
Total size of the Key Value Store after the successful update, in bytes.
setValue(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
The value of the key value pair.
setValue(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem
The value of the key value pair.
setValue(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
The value to put.
setValue(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequestListItem
The value for the key value pair to put.
shutdown() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStore
 
shutdown() - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStore
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClient
 
standard() - Static method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClientBuilder
 

T

toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequestListItem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequestListItem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
Returns a string representation of this object.

U

updateKeys(UpdateKeysRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStore
 
updateKeys(UpdateKeysRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStore
Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.
updateKeys(UpdateKeysRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreClient
Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.
updateKeysAsync(UpdateKeysRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
updateKeysAsync(UpdateKeysRequest, AsyncHandler<UpdateKeysRequest, UpdateKeysResult>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AbstractAmazonCloudFrontKeyValueStoreAsync
 
updateKeysAsync(UpdateKeysRequest) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsync
Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.
updateKeysAsync(UpdateKeysRequest, AsyncHandler<UpdateKeysRequest, UpdateKeysResult>) - Method in interface com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsync
Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.
updateKeysAsync(UpdateKeysRequest) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 
updateKeysAsync(UpdateKeysRequest, AsyncHandler<UpdateKeysRequest, UpdateKeysResult>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.AmazonCloudFrontKeyValueStoreAsyncClient
 
UpdateKeysRequest - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
 
UpdateKeysRequest() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
 
UpdateKeysResult - Class in com.amazonaws.services.cloudfrontkeyvaluestore.model
Metadata information about a Key Value Store.
UpdateKeysResult() - Constructor for class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
 

V

ValidationException - Exception in com.amazonaws.services.cloudfrontkeyvaluestore.model
Validation failed.
ValidationException(String) - Constructor for exception com.amazonaws.services.cloudfrontkeyvaluestore.model.ValidationException
Constructs a new ValidationException with the specified error message.

W

withCreated(Date) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Date and time when the Key Value Store was created.
withDeletes(DeleteKeyRequestListItem...) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
List of keys to delete.
withDeletes(Collection<DeleteKeyRequestListItem>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
List of keys to delete.
withETag(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
The current version identifier of the Key Value Store after the successful delete.
withETag(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
The version identifier for the current version of the Key Value Store.
withETag(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
The current version identifier of the Key Value Store after the successful put.
withETag(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
The current version identifier of the Key Value Store after the successful update.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
The current version (ETag) of the Key Value Store that you are putting keys into, which you can get using DescribeKeyValueStore.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
The current version (ETag) of the Key Value Store that you are updating keys of, which you can get using DescribeKeyValueStore.
withItemCount(Integer) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
Number of key value pairs in the Key Value Store after the successful delete.
withItemCount(Integer) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Number of key value pairs in the Key Value Store.
withItemCount(Integer) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
Number of key value pairs in the Key Value Store.
withItemCount(Integer) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
Number of key value pairs in the Key Value Store after the successful put.
withItemCount(Integer) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
Number of key value pairs in the Key Value Store after the successful update.
withItems(ListKeysResponseListItem...) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResult
Key value pairs
withItems(Collection<ListKeysResponseListItem>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResult
Key value pairs
withKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
The key to delete.
withKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequestListItem
The key of the key value pair to be deleted.
withKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyRequest
The key to get.
withKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
The key of the key value pair.
withKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem
The key of the key value pair.
withKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
The key to put.
withKey(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequestListItem
The key of the key value pair list item to put.
withKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyRequest
The Amazon Resource Name (ARN) of the Key Value Store.
withKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreRequest
The Amazon Resource Name (ARN) of the Key Value Store.
withKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
The Amazon Resource Name (ARN) of the Key Value Store.
withKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyRequest
The Amazon Resource Name (ARN) of the Key Value Store.
withKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
The Amazon Resource Name (ARN) of the Key Value Store.
withKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
The Amazon Resource Name (ARN) of the Key Value Store.
withKvsARN(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
The Amazon Resource Name (ARN) of the Key Value Store.
withLastModified(Date) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Date and time when the key value pairs in the Key Value Store was last modified.
withMaxResults(Integer) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
Maximum number of results that are returned per call.
withNextToken(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysRequest
If nextToken is returned in the response, there are more results available.
withNextToken(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResult
If nextToken is returned in the response, there are more results available.
withPuts(PutKeyRequestListItem...) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
List of key value pairs to put.
withPuts(Collection<PutKeyRequestListItem>) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysRequest
List of key value pairs to put.
withTotalSizeInBytes(Long) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DeleteKeyResult
Total size of the Key Value Store after the successful delete, in bytes.
withTotalSizeInBytes(Long) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.DescribeKeyValueStoreResult
Total size of the Key Value Store in bytes.
withTotalSizeInBytes(Long) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
Total size of the Key Value Store in bytes.
withTotalSizeInBytes(Long) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyResult
Total size of the Key Value Store after the successful put, in bytes.
withTotalSizeInBytes(Long) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.UpdateKeysResult
Total size of the Key Value Store after the successful update, in bytes.
withValue(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.GetKeyResult
The value of the key value pair.
withValue(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem
The value of the key value pair.
withValue(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequest
The value to put.
withValue(String) - Method in class com.amazonaws.services.cloudfrontkeyvaluestore.model.PutKeyRequestListItem
The value for the key value pair to put.
A B C D E G H I L M P R S T U V W 
Skip navigation links

Copyright © 2023. All rights reserved.