Uses of Class
software.amazon.awssdk.services.fis.model.ActionsMode
-
Packages that use ActionsMode Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ActionsMode in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ActionsMode Modifier and Type Method Description ActionsModeExperimentOptions. actionsMode()The actions mode of the experiment that is set from the StartExperiment API command.ActionsModeStartExperimentExperimentOptionsInput. actionsMode()Specifies the actions mode for experiment options.static ActionsModeActionsMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActionsModeActionsMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionsMode[]ActionsMode. 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 ActionsMode Modifier and Type Method Description static Set<ActionsMode>ActionsMode. knownValues()Methods in software.amazon.awssdk.services.fis.model with parameters of type ActionsMode Modifier and Type Method Description ExperimentOptions.BuilderExperimentOptions.Builder. actionsMode(ActionsMode actionsMode)The actions mode of the experiment that is set from the StartExperiment API command.StartExperimentExperimentOptionsInput.BuilderStartExperimentExperimentOptionsInput.Builder. actionsMode(ActionsMode actionsMode)Specifies the actions mode for experiment options.
-