| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| Modifier and Type | Method and Description |
|---|---|
default ModifyReplicationGroupShardConfigurationResponse |
ElastiCacheClient.modifyReplicationGroupShardConfiguration(Consumer<ModifyReplicationGroupShardConfigurationRequest.Builder> modifyReplicationGroupShardConfigurationRequest)
Modifies a replication group's shards (node groups) by allowing you to add shards, remove shards, or rebalance
the keyspaces among existing shards.
|
default ModifyReplicationGroupShardConfigurationResponse |
ElastiCacheClient.modifyReplicationGroupShardConfiguration(ModifyReplicationGroupShardConfigurationRequest modifyReplicationGroupShardConfigurationRequest)
Modifies a replication group's shards (node groups) by allowing you to add shards, remove shards, or rebalance
the keyspaces among existing shards.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifyReplicationGroupShardConfigurationResponse> |
ElastiCacheAsyncClient.modifyReplicationGroupShardConfiguration(Consumer<ModifyReplicationGroupShardConfigurationRequest.Builder> modifyReplicationGroupShardConfigurationRequest)
Modifies a replication group's shards (node groups) by allowing you to add shards, remove shards, or rebalance
the keyspaces among existing shards.
|
default CompletableFuture<ModifyReplicationGroupShardConfigurationResponse> |
ElastiCacheAsyncClient.modifyReplicationGroupShardConfiguration(ModifyReplicationGroupShardConfigurationRequest modifyReplicationGroupShardConfigurationRequest)
Modifies a replication group's shards (node groups) by allowing you to add shards, remove shards, or rebalance
the keyspaces among existing shards.
|
Copyright © 2023. All rights reserved.