Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
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 with automatic failover for this Redis replication group.
|
void |
Snapshot.setAutomaticFailover(AutomaticFailoverStatus automaticFailover)
Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.
|
ReplicationGroup |
ReplicationGroup.withAutomaticFailover(AutomaticFailoverStatus automaticFailover)
Indicates the status of Multi-AZ with automatic failover for this Redis replication group.
|
Snapshot |
Snapshot.withAutomaticFailover(AutomaticFailoverStatus automaticFailover)
Indicates the status of Multi-AZ with automatic failover for the source Redis replication group.
|
Copyright © 2018. All rights reserved.