Package | Description |
---|---|
com.amazonaws.services.cloudfront |
|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateKeyValueStoreResult> |
AmazonCloudFrontAsyncClient.updateKeyValueStoreAsync(UpdateKeyValueStoreRequest request,
AsyncHandler<UpdateKeyValueStoreRequest,UpdateKeyValueStoreResult> asyncHandler) |
Future<UpdateKeyValueStoreResult> |
AmazonCloudFrontAsync.updateKeyValueStoreAsync(UpdateKeyValueStoreRequest updateKeyValueStoreRequest,
AsyncHandler<UpdateKeyValueStoreRequest,UpdateKeyValueStoreResult> asyncHandler)
Specifies the key value store to update.
|
Future<UpdateKeyValueStoreResult> |
AbstractAmazonCloudFrontAsync.updateKeyValueStoreAsync(UpdateKeyValueStoreRequest request,
AsyncHandler<UpdateKeyValueStoreRequest,UpdateKeyValueStoreResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateKeyValueStoreRequest |
UpdateKeyValueStoreRequest.clone() |
UpdateKeyValueStoreRequest |
UpdateKeyValueStoreRequest.withComment(String comment)
The comment of the key value store to update.
|
UpdateKeyValueStoreRequest |
UpdateKeyValueStoreRequest.withIfMatch(String ifMatch)
The key value store to update, if a match occurs.
|
UpdateKeyValueStoreRequest |
UpdateKeyValueStoreRequest.withName(String name)
The name of the key value store to update.
|
Copyright © 2024. All rights reserved.