Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
DecreaseNodeGroupsInGlobalReplicationGroupRequest |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.clone() |
DecreaseNodeGroupsInGlobalReplicationGroupRequest |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.withApplyImmediately(Boolean applyImmediately)
Indicates that the shard reconfiguration process begins immediately.
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.withGlobalNodeGroupsToRemove(Collection<String> globalNodeGroupsToRemove)
If the value of NodeGroupCount is less than the current number of node groups (shards), then either
NodeGroupsToRemove or NodeGroupsToRetain is required.
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.withGlobalNodeGroupsToRemove(String... globalNodeGroupsToRemove)
If the value of NodeGroupCount is less than the current number of node groups (shards), then either
NodeGroupsToRemove or NodeGroupsToRetain is required.
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.withGlobalNodeGroupsToRetain(Collection<String> globalNodeGroupsToRetain)
If the value of NodeGroupCount is less than the current number of node groups (shards), then either
NodeGroupsToRemove or NodeGroupsToRetain is required.
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.withGlobalNodeGroupsToRetain(String... globalNodeGroupsToRetain)
If the value of NodeGroupCount is less than the current number of node groups (shards), then either
NodeGroupsToRemove or NodeGroupsToRetain is required.
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
DecreaseNodeGroupsInGlobalReplicationGroupRequest |
DecreaseNodeGroupsInGlobalReplicationGroupRequest.withNodeGroupCount(Integer nodeGroupCount)
The number of node groups (shards) that results from the modification of the shard configuration
|
Copyright © 2022. All rights reserved.