| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchStopUpdateActionResponse |
ElastiCacheClient.batchStopUpdateAction(Consumer<BatchStopUpdateActionRequest.Builder> batchStopUpdateActionRequest)
Stop the service update.
|
default CompletableFuture<BatchStopUpdateActionResponse> |
ElastiCacheAsyncClient.batchStopUpdateAction(Consumer<BatchStopUpdateActionRequest.Builder> batchStopUpdateActionRequest)
Stop the service update.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchStopUpdateActionRequest.Builder |
BatchStopUpdateActionRequest.builder() |
BatchStopUpdateActionRequest.Builder |
BatchStopUpdateActionRequest.Builder.cacheClusterIds(Collection<String> cacheClusterIds)
The cache cluster IDs
|
BatchStopUpdateActionRequest.Builder |
BatchStopUpdateActionRequest.Builder.cacheClusterIds(String... cacheClusterIds)
The cache cluster IDs
|
BatchStopUpdateActionRequest.Builder |
BatchStopUpdateActionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchStopUpdateActionRequest.Builder |
BatchStopUpdateActionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchStopUpdateActionRequest.Builder |
BatchStopUpdateActionRequest.Builder.replicationGroupIds(Collection<String> replicationGroupIds)
The replication group IDs
|
BatchStopUpdateActionRequest.Builder |
BatchStopUpdateActionRequest.Builder.replicationGroupIds(String... replicationGroupIds)
The replication group IDs
|
BatchStopUpdateActionRequest.Builder |
BatchStopUpdateActionRequest.Builder.serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
BatchStopUpdateActionRequest.Builder |
BatchStopUpdateActionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchStopUpdateActionRequest.Builder> |
BatchStopUpdateActionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.