Uses of Class
software.amazon.awssdk.services.fis.model.ExperimentStatus
-
Packages that use ExperimentStatus Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentStatus in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ExperimentStatus Modifier and Type Method Description static ExperimentStatusExperimentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExperimentStatusExperimentState. status()The state of the experiment.static ExperimentStatusExperimentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExperimentStatus[]ExperimentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ExperimentStatus Modifier and Type Method Description static Set<ExperimentStatus>ExperimentStatus. knownValues()Methods in software.amazon.awssdk.services.fis.model with parameters of type ExperimentStatus Modifier and Type Method Description ExperimentState.BuilderExperimentState.Builder. status(ExperimentStatus status)The state of the experiment.
-