Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
ModifyReplicationGroupShardConfigurationRequest |
ModifyReplicationGroupShardConfigurationRequest.clone() |
ModifyReplicationGroupShardConfigurationRequest |
ModifyReplicationGroupShardConfigurationRequest.withApplyImmediately(Boolean applyImmediately)
Indicates that the shard reconfiguration process begins immediately.
|
ModifyReplicationGroupShardConfigurationRequest |
ModifyReplicationGroupShardConfigurationRequest.withNodeGroupCount(Integer nodeGroupCount)
The number of node groups (shards) that results from the modification of the shard configuration.
|
ModifyReplicationGroupShardConfigurationRequest |
ModifyReplicationGroupShardConfigurationRequest.withNodeGroupsToRemove(Collection<String> nodeGroupsToRemove)
If the value of
NodeGroupCount is less than the current number of node groups (shards), the
NodeGroupsToRemove or NodeGroupsToRetain is a required list of node group ids to remove
from or retain in the cluster. |
ModifyReplicationGroupShardConfigurationRequest |
ModifyReplicationGroupShardConfigurationRequest.withNodeGroupsToRemove(String... nodeGroupsToRemove)
If the value of
NodeGroupCount is less than the current number of node groups (shards), the
NodeGroupsToRemove or NodeGroupsToRetain is a required list of node group ids to remove
from or retain in the cluster. |
ModifyReplicationGroupShardConfigurationRequest |
ModifyReplicationGroupShardConfigurationRequest.withNodeGroupsToRetain(Collection<String> nodeGroupsToRetain)
If the value of
NodeGroupCount is less than the current number of node groups (shards), the
NodeGroupsToRemove or NodeGroupsToRetain is a required list of node group ids to remove
from or retain in the cluster. |
ModifyReplicationGroupShardConfigurationRequest |
ModifyReplicationGroupShardConfigurationRequest.withNodeGroupsToRetain(String... nodeGroupsToRetain)
If the value of
NodeGroupCount is less than the current number of node groups (shards), the
NodeGroupsToRemove or NodeGroupsToRetain is a required list of node group ids to remove
from or retain in the cluster. |
ModifyReplicationGroupShardConfigurationRequest |
ModifyReplicationGroupShardConfigurationRequest.withReplicationGroupId(String replicationGroupId)
The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be
configured.
|
ModifyReplicationGroupShardConfigurationRequest |
ModifyReplicationGroupShardConfigurationRequest.withReshardingConfiguration(Collection<ReshardingConfiguration> reshardingConfiguration)
Specifies the preferred availability zones for each node group in the cluster.
|
ModifyReplicationGroupShardConfigurationRequest |
ModifyReplicationGroupShardConfigurationRequest.withReshardingConfiguration(ReshardingConfiguration... reshardingConfiguration)
Specifies the preferred availability zones for each node group in the cluster.
|
Copyright © 2018. All rights reserved.