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