| Package | Description |
|---|---|
| com.amazonaws.services.elasticache.model |
Classes modeling the various types represented by AmazonElastiCache.
|
| Modifier and Type | Method and Description |
|---|---|
static AutomaticFailoverStatus |
AutomaticFailoverStatus.fromValue(String value)
Use this in place of valueOf.
|
static AutomaticFailoverStatus |
AutomaticFailoverStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomaticFailoverStatus[] |
AutomaticFailoverStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationGroup.setAutomaticFailover(AutomaticFailoverStatus automaticFailover)
Indicates the status of Multi-AZ for this replication group.
|
ReplicationGroup |
ReplicationGroup.withAutomaticFailover(AutomaticFailoverStatus automaticFailover)
Indicates the status of Multi-AZ for this replication group.
|
Copyright © 2016. All rights reserved.