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