Uses of Class
software.amazon.awssdk.services.drs.model.FailbackLaunchType
-
Packages that use FailbackLaunchType Package Description software.amazon.awssdk.services.drs.model -
-
Uses of FailbackLaunchType in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return FailbackLaunchType Modifier and Type Method Description FailbackLaunchTypeRecoveryInstanceFailback. failbackLaunchType()The launch type (Recovery / Drill) of the last launch for the failback replication of this recovery instance.static FailbackLaunchTypeFailbackLaunchType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FailbackLaunchTypeFailbackLaunchType. valueOf(String name)Returns the enum constant of this type with the specified name.static FailbackLaunchType[]FailbackLaunchType. 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 FailbackLaunchType Modifier and Type Method Description static Set<FailbackLaunchType>FailbackLaunchType. knownValues()Methods in software.amazon.awssdk.services.drs.model with parameters of type FailbackLaunchType Modifier and Type Method Description RecoveryInstanceFailback.BuilderRecoveryInstanceFailback.Builder. failbackLaunchType(FailbackLaunchType failbackLaunchType)The launch type (Recovery / Drill) of the last launch for the failback replication of this recovery instance.
-