Package | Description |
---|---|
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Field and Description |
---|---|
private ReplicationGroupPendingModifiedValues |
ReplicationGroup.pendingModifiedValues
A group of settings to be applied to the replication group, either
immediately or during the next maintenance window.
|
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 for this replication group.
|
ReplicationGroupPendingModifiedValues |
ReplicationGroupPendingModifiedValues.withAutomaticFailoverStatus(java.lang.String automaticFailoverStatus)
Indicates the status of Multi-AZ for this replication group.
|
ReplicationGroupPendingModifiedValues |
ReplicationGroupPendingModifiedValues.withPrimaryClusterId(java.lang.String primaryClusterId)
The primary cluster ID which will be applied immediately (if
--apply-immediately was specified), or during the next
maintenance window. |
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.
|
Modifier and Type | Method and Description |
---|---|
ReplicationGroupPendingModifiedValues |
ReplicationGroupPendingModifiedValuesStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |