| Package | Description |
|---|---|
| com.amazonaws.services.cloudfrontkeyvaluestore |
Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resource
|
| com.amazonaws.services.cloudfrontkeyvaluestore.model |
| Modifier and Type | Method and Description |
|---|---|
PutKeyResult |
AbstractAmazonCloudFrontKeyValueStore.putKey(PutKeyRequest request) |
PutKeyResult |
AmazonCloudFrontKeyValueStore.putKey(PutKeyRequest putKeyRequest)
Creates a new key value pair or replaces the value of an existing key.
|
PutKeyResult |
AmazonCloudFrontKeyValueStoreClient.putKey(PutKeyRequest request)
Creates a new key value pair or replaces the value of an existing key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutKeyResult> |
AbstractAmazonCloudFrontKeyValueStoreAsync.putKeyAsync(PutKeyRequest request) |
Future<PutKeyResult> |
AmazonCloudFrontKeyValueStoreAsyncClient.putKeyAsync(PutKeyRequest request) |
Future<PutKeyResult> |
AmazonCloudFrontKeyValueStoreAsync.putKeyAsync(PutKeyRequest putKeyRequest)
Creates a new key value pair or replaces the value of an existing key.
|
Future<PutKeyResult> |
AbstractAmazonCloudFrontKeyValueStoreAsync.putKeyAsync(PutKeyRequest request,
AsyncHandler<PutKeyRequest,PutKeyResult> asyncHandler) |
Future<PutKeyResult> |
AmazonCloudFrontKeyValueStoreAsyncClient.putKeyAsync(PutKeyRequest request,
AsyncHandler<PutKeyRequest,PutKeyResult> asyncHandler) |
Future<PutKeyResult> |
AmazonCloudFrontKeyValueStoreAsync.putKeyAsync(PutKeyRequest putKeyRequest,
AsyncHandler<PutKeyRequest,PutKeyResult> asyncHandler)
Creates a new key value pair or replaces the value of an existing key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutKeyResult> |
AbstractAmazonCloudFrontKeyValueStoreAsync.putKeyAsync(PutKeyRequest request,
AsyncHandler<PutKeyRequest,PutKeyResult> asyncHandler) |
Future<PutKeyResult> |
AmazonCloudFrontKeyValueStoreAsyncClient.putKeyAsync(PutKeyRequest request,
AsyncHandler<PutKeyRequest,PutKeyResult> asyncHandler) |
Future<PutKeyResult> |
AmazonCloudFrontKeyValueStoreAsync.putKeyAsync(PutKeyRequest putKeyRequest,
AsyncHandler<PutKeyRequest,PutKeyResult> asyncHandler)
Creates a new key value pair or replaces the value of an existing key.
|
| Modifier and Type | Method and Description |
|---|---|
PutKeyResult |
PutKeyResult.clone() |
PutKeyResult |
PutKeyResult.withETag(String eTag)
The current version identifier of the Key Value Store after the successful put.
|
PutKeyResult |
PutKeyResult.withItemCount(Integer itemCount)
Number of key value pairs in the Key Value Store after the successful put.
|
PutKeyResult |
PutKeyResult.withTotalSizeInBytes(Long totalSizeInBytes)
Total size of the Key Value Store after the successful put, in bytes.
|
Copyright © 2023. All rights reserved.