| Package | Description |
|---|---|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
ExperimentState |
ExperimentState.clone() |
ExperimentState |
Experiment.getState()
The state of the experiment.
|
ExperimentState |
ExperimentSummary.getState()
The state of the experiment.
|
ExperimentState |
ExperimentState.withReason(String reason)
The reason for the state.
|
ExperimentState |
ExperimentState.withStatus(ExperimentStatus status)
The state of the experiment.
|
ExperimentState |
ExperimentState.withStatus(String status)
The state of the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Experiment.setState(ExperimentState state)
The state of the experiment.
|
void |
ExperimentSummary.setState(ExperimentState state)
The state of the experiment.
|
Experiment |
Experiment.withState(ExperimentState state)
The state of the experiment.
|
ExperimentSummary |
ExperimentSummary.withState(ExperimentState state)
The state of the experiment.
|
Copyright © 2022. All rights reserved.