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