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