Uses of Class
software.amazon.awssdk.services.drs.model.EC2InstanceState
-
Packages that use EC2InstanceState Package Description software.amazon.awssdk.services.drs.model -
-
Uses of EC2InstanceState in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return EC2InstanceState Modifier and Type Method Description EC2InstanceStateRecoveryInstance. ec2InstanceState()The state of the EC2 instance for this Recovery Instance.static EC2InstanceStateEC2InstanceState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EC2InstanceStateEC2InstanceState. valueOf(String name)Returns the enum constant of this type with the specified name.static EC2InstanceState[]EC2InstanceState. 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 EC2InstanceState Modifier and Type Method Description static Set<EC2InstanceState>EC2InstanceState. knownValues()Methods in software.amazon.awssdk.services.drs.model with parameters of type EC2InstanceState Modifier and Type Method Description RecoveryInstance.BuilderRecoveryInstance.Builder. ec2InstanceState(EC2InstanceState ec2InstanceState)The state of the EC2 instance for this Recovery Instance.
-