Uses of Class
software.amazon.awssdk.services.drs.model.FailbackState
-
Packages that use FailbackState Package Description software.amazon.awssdk.services.drs.model -
-
Uses of FailbackState in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return FailbackState Modifier and Type Method Description static FailbackStateFailbackState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FailbackStateRecoveryInstanceFailback. state()The state of the failback process that this Recovery Instance is in.static FailbackStateFailbackState. valueOf(String name)Returns the enum constant of this type with the specified name.static FailbackState[]FailbackState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type FailbackState Modifier and Type Method Description static Set<FailbackState>FailbackState. knownValues()Methods in software.amazon.awssdk.services.drs.model with parameters of type FailbackState Modifier and Type Method Description RecoveryInstanceFailback.BuilderRecoveryInstanceFailback.Builder. state(FailbackState state)The state of the failback process that this Recovery Instance is in.
-