| Package | Description |
|---|---|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
ExperimentAction |
ExperimentAction.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
ExperimentAction |
ExperimentAction.addTargetsEntry(String key,
String value)
Add a single Targets entry
|
ExperimentAction |
ExperimentAction.clearParametersEntries()
Removes all the entries added into Parameters.
|
ExperimentAction |
ExperimentAction.clearTargetsEntries()
Removes all the entries added into Targets.
|
ExperimentAction |
ExperimentAction.clone() |
ExperimentAction |
ExperimentAction.withActionId(String actionId)
The ID of the action.
|
ExperimentAction |
ExperimentAction.withDescription(String description)
The description for the action.
|
ExperimentAction |
ExperimentAction.withEndTime(Date endTime)
The time that the action ended.
|
ExperimentAction |
ExperimentAction.withParameters(Map<String,String> parameters)
The parameters for the action.
|
ExperimentAction |
ExperimentAction.withStartAfter(Collection<String> startAfter)
The name of the action that must be completed before this action starts.
|
ExperimentAction |
ExperimentAction.withStartAfter(String... startAfter)
The name of the action that must be completed before this action starts.
|
ExperimentAction |
ExperimentAction.withStartTime(Date startTime)
The time that the action started.
|
ExperimentAction |
ExperimentAction.withState(ExperimentActionState state)
The state of the action.
|
ExperimentAction |
ExperimentAction.withTargets(Map<String,String> targets)
The targets for the action.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ExperimentAction> |
Experiment.getActions()
The actions for the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
Experiment |
Experiment.addActionsEntry(String key,
ExperimentAction value)
Add a single Actions entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
Experiment.setActions(Map<String,ExperimentAction> actions)
The actions for the experiment.
|
Experiment |
Experiment.withActions(Map<String,ExperimentAction> actions)
The actions for the experiment.
|
Copyright © 2023. All rights reserved.