Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
Future<BatchStopUpdateActionResult> |
AbstractAmazonElastiCacheAsync.batchStopUpdateActionAsync(BatchStopUpdateActionRequest request,
AsyncHandler<BatchStopUpdateActionRequest,BatchStopUpdateActionResult> asyncHandler) |
Future<BatchStopUpdateActionResult> |
AmazonElastiCacheAsync.batchStopUpdateActionAsync(BatchStopUpdateActionRequest batchStopUpdateActionRequest,
AsyncHandler<BatchStopUpdateActionRequest,BatchStopUpdateActionResult> asyncHandler)
Stop the service update.
|
Future<BatchStopUpdateActionResult> |
AmazonElastiCacheAsyncClient.batchStopUpdateActionAsync(BatchStopUpdateActionRequest request,
AsyncHandler<BatchStopUpdateActionRequest,BatchStopUpdateActionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchStopUpdateActionRequest |
BatchStopUpdateActionRequest.clone() |
BatchStopUpdateActionRequest |
BatchStopUpdateActionRequest.withCacheClusterIds(Collection<String> cacheClusterIds)
The cache cluster IDs
|
BatchStopUpdateActionRequest |
BatchStopUpdateActionRequest.withCacheClusterIds(String... cacheClusterIds)
The cache cluster IDs
|
BatchStopUpdateActionRequest |
BatchStopUpdateActionRequest.withReplicationGroupIds(Collection<String> replicationGroupIds)
The replication group IDs
|
BatchStopUpdateActionRequest |
BatchStopUpdateActionRequest.withReplicationGroupIds(String... replicationGroupIds)
The replication group IDs
|
BatchStopUpdateActionRequest |
BatchStopUpdateActionRequest.withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
Copyright © 2020. All rights reserved.