| Package | Description |
|---|---|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
ExperimentStopCondition |
ExperimentStopCondition.clone() |
ExperimentStopCondition |
ExperimentStopCondition.withSource(String source)
The source for the stop condition.
|
ExperimentStopCondition |
ExperimentStopCondition.withValue(String value)
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExperimentStopCondition> |
Experiment.getStopConditions()
The stop conditions for the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
Experiment |
Experiment.withStopConditions(ExperimentStopCondition... stopConditions)
The stop conditions for the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Experiment.setStopConditions(Collection<ExperimentStopCondition> stopConditions)
The stop conditions for the experiment.
|
Experiment |
Experiment.withStopConditions(Collection<ExperimentStopCondition> stopConditions)
The stop conditions for the experiment.
|
Copyright © 2021. All rights reserved.