| 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 |
|---|---|
DeleteKeyResult |
AbstractAmazonCloudFrontKeyValueStore.deleteKey(DeleteKeyRequest request) |
DeleteKeyResult |
AmazonCloudFrontKeyValueStore.deleteKey(DeleteKeyRequest deleteKeyRequest)
Deletes the key value pair specified by the key.
|
DeleteKeyResult |
AmazonCloudFrontKeyValueStoreClient.deleteKey(DeleteKeyRequest request)
Deletes the key value pair specified by the key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteKeyResult> |
AbstractAmazonCloudFrontKeyValueStoreAsync.deleteKeyAsync(DeleteKeyRequest request) |
Future<DeleteKeyResult> |
AmazonCloudFrontKeyValueStoreAsyncClient.deleteKeyAsync(DeleteKeyRequest request) |
Future<DeleteKeyResult> |
AmazonCloudFrontKeyValueStoreAsync.deleteKeyAsync(DeleteKeyRequest deleteKeyRequest)
Deletes the key value pair specified by the key.
|
Future<DeleteKeyResult> |
AbstractAmazonCloudFrontKeyValueStoreAsync.deleteKeyAsync(DeleteKeyRequest request,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler) |
Future<DeleteKeyResult> |
AmazonCloudFrontKeyValueStoreAsyncClient.deleteKeyAsync(DeleteKeyRequest request,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler) |
Future<DeleteKeyResult> |
AmazonCloudFrontKeyValueStoreAsync.deleteKeyAsync(DeleteKeyRequest deleteKeyRequest,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler)
Deletes the key value pair specified by the key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteKeyResult> |
AbstractAmazonCloudFrontKeyValueStoreAsync.deleteKeyAsync(DeleteKeyRequest request,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler) |
Future<DeleteKeyResult> |
AmazonCloudFrontKeyValueStoreAsyncClient.deleteKeyAsync(DeleteKeyRequest request,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler) |
Future<DeleteKeyResult> |
AmazonCloudFrontKeyValueStoreAsync.deleteKeyAsync(DeleteKeyRequest deleteKeyRequest,
AsyncHandler<DeleteKeyRequest,DeleteKeyResult> asyncHandler)
Deletes the key value pair specified by the key.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteKeyResult |
DeleteKeyResult.clone() |
DeleteKeyResult |
DeleteKeyResult.withETag(String eTag)
The current version identifier of the Key Value Store after the successful delete.
|
DeleteKeyResult |
DeleteKeyResult.withItemCount(Integer itemCount)
Number of key value pairs in the Key Value Store after the successful delete.
|
DeleteKeyResult |
DeleteKeyResult.withTotalSizeInBytes(Long totalSizeInBytes)
Total size of the Key Value Store after the successful delete, in bytes.
|
Copyright © 2023. All rights reserved.