@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum RecoveryInstanceDataReplicationState extends Enum<RecoveryInstanceDataReplicationState>
Enum Constant and Description |
---|
BACKLOG |
CONTINUOUS |
CREATING_SNAPSHOT |
DISCONNECTED |
INITIAL_SYNC |
INITIATING |
PAUSED |
RESCAN |
STALLED |
STOPPED |
Modifier and Type | Method and Description |
---|---|
static RecoveryInstanceDataReplicationState |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static RecoveryInstanceDataReplicationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecoveryInstanceDataReplicationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecoveryInstanceDataReplicationState STOPPED
public static final RecoveryInstanceDataReplicationState INITIATING
public static final RecoveryInstanceDataReplicationState INITIAL_SYNC
public static final RecoveryInstanceDataReplicationState BACKLOG
public static final RecoveryInstanceDataReplicationState CREATING_SNAPSHOT
public static final RecoveryInstanceDataReplicationState CONTINUOUS
public static final RecoveryInstanceDataReplicationState PAUSED
public static final RecoveryInstanceDataReplicationState RESCAN
public static final RecoveryInstanceDataReplicationState STALLED
public static final RecoveryInstanceDataReplicationState DISCONNECTED
public static RecoveryInstanceDataReplicationState[] values()
for (RecoveryInstanceDataReplicationState c : RecoveryInstanceDataReplicationState.values()) System.out.println(c);
public static RecoveryInstanceDataReplicationState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<RecoveryInstanceDataReplicationState>
public static RecoveryInstanceDataReplicationState fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.