| Package | Description |
|---|---|
| software.amazon.awssdk.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentStatus |
ExperimentStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ExperimentStatus |
ExperimentState.status()
The state of the experiment.
|
static ExperimentStatus |
ExperimentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperimentStatus[] |
ExperimentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ExperimentStatus> |
ExperimentStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExperimentState.Builder |
ExperimentState.Builder.status(ExperimentStatus status)
The state of the experiment.
|
Copyright © 2023. All rights reserved.