Uses of Class
software.amazon.awssdk.services.drs.model.LastLaunchResult
-
Packages that use LastLaunchResult Package Description software.amazon.awssdk.services.drs.model -
-
Uses of LastLaunchResult in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return LastLaunchResult Modifier and Type Method Description static LastLaunchResultLastLaunchResult. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LastLaunchResultDisconnectSourceServerResponse. lastLaunchResult()The status of the last recovery launch of this Source Server.LastLaunchResultRetryDataReplicationResponse. lastLaunchResult()The status of the last recovery launch of this Source Server.LastLaunchResultSourceServer. lastLaunchResult()The status of the last recovery launch of this Source Server.static LastLaunchResultLastLaunchResult. valueOf(String name)Returns the enum constant of this type with the specified name.static LastLaunchResult[]LastLaunchResult. 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 LastLaunchResult Modifier and Type Method Description static Set<LastLaunchResult>LastLaunchResult. knownValues()Methods in software.amazon.awssdk.services.drs.model with parameters of type LastLaunchResult Modifier and Type Method Description DisconnectSourceServerResponse.BuilderDisconnectSourceServerResponse.Builder. lastLaunchResult(LastLaunchResult lastLaunchResult)The status of the last recovery launch of this Source Server.RetryDataReplicationResponse.BuilderRetryDataReplicationResponse.Builder. lastLaunchResult(LastLaunchResult lastLaunchResult)The status of the last recovery launch of this Source Server.SourceServer.BuilderSourceServer.Builder. lastLaunchResult(LastLaunchResult lastLaunchResult)The status of the last recovery launch of this Source Server.
-