| Package | Description |
|---|---|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionsMode |
ActionsMode.fromValue(String value)
Use this in place of valueOf.
|
static ActionsMode |
ActionsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionsMode[] |
ActionsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StartExperimentExperimentOptionsInput |
StartExperimentExperimentOptionsInput.withActionsMode(ActionsMode actionsMode)
Specifies the actions mode for experiment options.
|
ExperimentOptions |
ExperimentOptions.withActionsMode(ActionsMode actionsMode)
The actions mode of the experiment that is set from the StartExperiment API command.
|
Copyright © 2024. All rights reserved.