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