| 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 |
|---|---|
GetKeyResult |
AbstractAmazonCloudFrontKeyValueStore.getKey(GetKeyRequest request) |
GetKeyResult |
AmazonCloudFrontKeyValueStore.getKey(GetKeyRequest getKeyRequest)
Returns a key value pair.
|
GetKeyResult |
AmazonCloudFrontKeyValueStoreClient.getKey(GetKeyRequest request)
Returns a key value pair.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetKeyResult> |
AbstractAmazonCloudFrontKeyValueStoreAsync.getKeyAsync(GetKeyRequest request) |
Future<GetKeyResult> |
AmazonCloudFrontKeyValueStoreAsyncClient.getKeyAsync(GetKeyRequest request) |
Future<GetKeyResult> |
AmazonCloudFrontKeyValueStoreAsync.getKeyAsync(GetKeyRequest getKeyRequest)
Returns a key value pair.
|
Future<GetKeyResult> |
AbstractAmazonCloudFrontKeyValueStoreAsync.getKeyAsync(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler) |
Future<GetKeyResult> |
AmazonCloudFrontKeyValueStoreAsyncClient.getKeyAsync(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler) |
Future<GetKeyResult> |
AmazonCloudFrontKeyValueStoreAsync.getKeyAsync(GetKeyRequest getKeyRequest,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler)
Returns a key value pair.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetKeyResult> |
AbstractAmazonCloudFrontKeyValueStoreAsync.getKeyAsync(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler) |
Future<GetKeyResult> |
AmazonCloudFrontKeyValueStoreAsyncClient.getKeyAsync(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler) |
Future<GetKeyResult> |
AmazonCloudFrontKeyValueStoreAsync.getKeyAsync(GetKeyRequest getKeyRequest,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler)
Returns a key value pair.
|
| Modifier and Type | Method and Description |
|---|---|
GetKeyResult |
GetKeyResult.clone() |
GetKeyResult |
GetKeyResult.withItemCount(Integer itemCount)
Number of key value pairs in the Key Value Store.
|
GetKeyResult |
GetKeyResult.withKey(String key)
The key of the key value pair.
|
GetKeyResult |
GetKeyResult.withTotalSizeInBytes(Long totalSizeInBytes)
Total size of the Key Value Store in bytes.
|
GetKeyResult |
GetKeyResult.withValue(String value)
The value of the key value pair.
|
Copyright © 2023. All rights reserved.