Uses of Class
software.amazon.awssdk.services.drs.model.RecoveryResult
-
Packages that use RecoveryResult Package Description software.amazon.awssdk.services.drs.model -
-
Uses of RecoveryResult in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return RecoveryResult Modifier and Type Method Description static RecoveryResultRecoveryResult. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecoveryResultRecoveryLifeCycle. lastRecoveryResult()The status of the last recovery status of this Source Network.static RecoveryResultRecoveryResult. valueOf(String name)Returns the enum constant of this type with the specified name.static RecoveryResult[]RecoveryResult. 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 RecoveryResult Modifier and Type Method Description static Set<RecoveryResult>RecoveryResult. knownValues()Methods in software.amazon.awssdk.services.drs.model with parameters of type RecoveryResult Modifier and Type Method Description RecoveryLifeCycle.BuilderRecoveryLifeCycle.Builder. lastRecoveryResult(RecoveryResult lastRecoveryResult)The status of the last recovery status of this Source Network.
-