Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
ReplicationGroupPendingModifiedValues |
ReplicationGroupPendingModifiedValues.clone() |
ReplicationGroupPendingModifiedValues |
ReplicationGroup.getPendingModifiedValues()
A group of settings to be applied to the replication group, either immediately or during the next maintenance
window.
|
ReplicationGroupPendingModifiedValues |
ReplicationGroupPendingModifiedValues.withAutomaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
Indicates the status of Multi-AZ with automatic failover for this Redis replication group.
|
ReplicationGroupPendingModifiedValues |
ReplicationGroupPendingModifiedValues.withAutomaticFailoverStatus(String automaticFailoverStatus)
Indicates the status of Multi-AZ with automatic failover for this Redis replication group.
|
ReplicationGroupPendingModifiedValues |
ReplicationGroupPendingModifiedValues.withPrimaryClusterId(String primaryClusterId)
The primary cluster ID that is applied immediately (if
--apply-immediately was specified), or during
the next maintenance window. |
ReplicationGroupPendingModifiedValues |
ReplicationGroupPendingModifiedValues.withResharding(ReshardingStatus resharding)
The status of an online resharding operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationGroup.setPendingModifiedValues(ReplicationGroupPendingModifiedValues pendingModifiedValues)
A group of settings to be applied to the replication group, either immediately or during the next maintenance
window.
|
ReplicationGroup |
ReplicationGroup.withPendingModifiedValues(ReplicationGroupPendingModifiedValues pendingModifiedValues)
A group of settings to be applied to the replication group, either immediately or during the next maintenance
window.
|
Copyright © 2018. All rights reserved.