Uses of Class
software.amazon.awssdk.services.fis.model.ExperimentAction
-
Packages that use ExperimentAction Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentAction in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ExperimentAction Modifier and Type Method Description Map<String,ExperimentAction>Experiment. actions()The actions for the experiment.Method parameters in software.amazon.awssdk.services.fis.model with type arguments of type ExperimentAction Modifier and Type Method Description Experiment.BuilderExperiment.Builder. actions(Map<String,ExperimentAction> actions)The actions for the experiment.
-