| Package | Description |
|---|---|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
ExperimentTemplateAction |
ExperimentTemplateAction.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
ExperimentTemplateAction |
ExperimentTemplateAction.addTargetsEntry(String key,
String value)
Add a single Targets entry
|
ExperimentTemplateAction |
ExperimentTemplateAction.clearParametersEntries()
Removes all the entries added into Parameters.
|
ExperimentTemplateAction |
ExperimentTemplateAction.clearTargetsEntries()
Removes all the entries added into Targets.
|
ExperimentTemplateAction |
ExperimentTemplateAction.clone() |
ExperimentTemplateAction |
ExperimentTemplateAction.withActionId(String actionId)
The ID of the action.
|
ExperimentTemplateAction |
ExperimentTemplateAction.withDescription(String description)
A description for the action.
|
ExperimentTemplateAction |
ExperimentTemplateAction.withParameters(Map<String,String> parameters)
The parameters for the action.
|
ExperimentTemplateAction |
ExperimentTemplateAction.withStartAfter(Collection<String> startAfter)
The name of the action that must be completed before the current action starts.
|
ExperimentTemplateAction |
ExperimentTemplateAction.withStartAfter(String... startAfter)
The name of the action that must be completed before the current action starts.
|
ExperimentTemplateAction |
ExperimentTemplateAction.withTargets(Map<String,String> targets)
The targets for the action.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ExperimentTemplateAction> |
ExperimentTemplate.getActions()
The actions for the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
ExperimentTemplate |
ExperimentTemplate.addActionsEntry(String key,
ExperimentTemplateAction value)
Add a single Actions entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExperimentTemplate.setActions(Map<String,ExperimentTemplateAction> actions)
The actions for the experiment.
|
ExperimentTemplate |
ExperimentTemplate.withActions(Map<String,ExperimentTemplateAction> actions)
The actions for the experiment.
|
Copyright © 2022. All rights reserved.