String key
The key of the key value pair to be deleted.
Integer itemCount
Number of key value pairs in the Key Value Store after the successful delete.
Long totalSizeInBytes
Total size of the Key Value Store after the successful delete, in bytes.
String eTag
The current version identifier of the Key Value Store after the successful delete.
String kvsARN
The Amazon Resource Name (ARN) of the Key Value Store.
Integer itemCount
Number of key value pairs in the Key Value Store.
Long totalSizeInBytes
Total size of the Key Value Store in bytes.
String kvsARN
The Amazon Resource Name (ARN) of the Key Value Store.
Date created
Date and time when the Key Value Store was created.
String eTag
The version identifier for the current version of the Key Value Store.
Date lastModified
Date and time when the key value pairs in the Key Value Store was last modified.
String kvsARN
The Amazon Resource Name (ARN) of the Key Value Store.
String nextToken
If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.
Integer maxResults
Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.
Integer itemCount
Number of key value pairs in the Key Value Store after the successful put.
Long totalSizeInBytes
Total size of the Key Value Store after the successful put, in bytes.
String eTag
The current version identifier of the Key Value Store after the successful put.
String kvsARN
The Amazon Resource Name (ARN) of the Key Value Store.
String ifMatch
The current version (ETag) of the Key Value Store that you are updating keys of, which you can get using DescribeKeyValueStore.
List<E> puts
List of key value pairs to put.
List<E> deletes
List of keys to delete.
Integer itemCount
Number of key value pairs in the Key Value Store after the successful update.
Long totalSizeInBytes
Total size of the Key Value Store after the successful update, in bytes.
String eTag
The current version identifier of the Key Value Store after the successful update.
Copyright © 2023. All rights reserved.