Uses of Class
software.amazon.awssdk.services.fis.model.ExperimentTemplateStopCondition
-
Packages that use ExperimentTemplateStopCondition Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ExperimentTemplateStopCondition in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ExperimentTemplateStopCondition Modifier and Type Method Description List<ExperimentTemplateStopCondition>ExperimentTemplate. stopConditions()The stop conditions for the experiment.Methods in software.amazon.awssdk.services.fis.model with parameters of type ExperimentTemplateStopCondition Modifier and Type Method Description ExperimentTemplate.BuilderExperimentTemplate.Builder. stopConditions(ExperimentTemplateStopCondition... stopConditions)The stop conditions for the experiment.Method parameters in software.amazon.awssdk.services.fis.model with type arguments of type ExperimentTemplateStopCondition Modifier and Type Method Description ExperimentTemplate.BuilderExperimentTemplate.Builder. stopConditions(Collection<ExperimentTemplateStopCondition> stopConditions)The stop conditions for the experiment.
-