Uses of Class
software.amazon.awssdk.services.fis.model.ExperimentActionStatus
-
Packages that use ExperimentActionStatus Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentActionStatus in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ExperimentActionStatus Modifier and Type Method Description static ExperimentActionStatusExperimentActionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExperimentActionStatusExperimentActionState. status()The state of the action.static ExperimentActionStatusExperimentActionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExperimentActionStatus[]ExperimentActionStatus. 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 ExperimentActionStatus Modifier and Type Method Description static Set<ExperimentActionStatus>ExperimentActionStatus. knownValues()Methods in software.amazon.awssdk.services.fis.model with parameters of type ExperimentActionStatus Modifier and Type Method Description ExperimentActionState.BuilderExperimentActionState.Builder. status(ExperimentActionStatus status)The state of the action.
-