Enum RecoveryInstanceDataReplicationInitiationStepName
java.lang.Object
java.lang.Enum<RecoveryInstanceDataReplicationInitiationStepName>
software.amazon.awssdk.services.drs.model.RecoveryInstanceDataReplicationInitiationStepName
- All Implemented Interfaces:
Serializable
,Comparable<RecoveryInstanceDataReplicationInitiationStepName>
@Generated("software.amazon.awssdk:codegen")
public enum RecoveryInstanceDataReplicationInitiationStepName
extends Enum<RecoveryInstanceDataReplicationInitiationStepName>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.toString()
Returns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LINK_FAILBACK_CLIENT_WITH_RECOVERY_INSTANCE
public static final RecoveryInstanceDataReplicationInitiationStepName LINK_FAILBACK_CLIENT_WITH_RECOVERY_INSTANCE -
COMPLETE_VOLUME_MAPPING
-
ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION
public static final RecoveryInstanceDataReplicationInitiationStepName ESTABLISH_RECOVERY_INSTANCE_COMMUNICATION -
DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT
public static final RecoveryInstanceDataReplicationInitiationStepName DOWNLOAD_REPLICATION_SOFTWARE_TO_FAILBACK_CLIENT -
CONFIGURE_REPLICATION_SOFTWARE
public static final RecoveryInstanceDataReplicationInitiationStepName CONFIGURE_REPLICATION_SOFTWARE -
PAIR_AGENT_WITH_REPLICATION_SOFTWARE
public static final RecoveryInstanceDataReplicationInitiationStepName PAIR_AGENT_WITH_REPLICATION_SOFTWARE -
ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION
public static final RecoveryInstanceDataReplicationInitiationStepName ESTABLISH_AGENT_REPLICATOR_SOFTWARE_COMMUNICATION -
WAIT
-
CREATE_SECURITY_GROUP
-
LAUNCH_REPLICATION_SERVER
-
BOOT_REPLICATION_SERVER
-
AUTHENTICATE_WITH_SERVICE
-
DOWNLOAD_REPLICATION_SOFTWARE
-
CREATE_STAGING_DISKS
-
ATTACH_STAGING_DISKS
-
PAIR_REPLICATION_SERVER_WITH_AGENT
public static final RecoveryInstanceDataReplicationInitiationStepName PAIR_REPLICATION_SERVER_WITH_AGENT -
CONNECT_AGENT_TO_REPLICATION_SERVER
public static final RecoveryInstanceDataReplicationInitiationStepName CONNECT_AGENT_TO_REPLICATION_SERVER -
START_DATA_TRANSFER
-
UNKNOWN_TO_SDK_VERSION
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<RecoveryInstanceDataReplicationInitiationStepName>
-
fromValue
Use this in place of valueOf to convert the raw string returned by the service into the enum value.- Parameters:
value
- real value- Returns:
- RecoveryInstanceDataReplicationInitiationStepName corresponding to the value
-
knownValues
Use this in place ofvalues()
to return aSet
of all values known to the SDK. This will return all known enum values exceptUNKNOWN_TO_SDK_VERSION
.- Returns:
- a
Set
of knownRecoveryInstanceDataReplicationInitiationStepName
s
-