| Package | Description |
|---|---|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.addParametersEntry(String key,
ActionParameter value)
Add a single Parameters entry
|
Action |
Action.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Action |
Action.addTargetsEntry(String key,
ActionTarget value)
Add a single Targets entry
|
Action |
Action.clearParametersEntries()
Removes all the entries added into Parameters.
|
Action |
Action.clearTagsEntries()
Removes all the entries added into Tags.
|
Action |
Action.clearTargetsEntries()
Removes all the entries added into Targets.
|
Action |
Action.clone() |
Action |
GetActionResult.getAction()
Information about the action.
|
Action |
Action.withDescription(String description)
The description for the action.
|
Action |
Action.withId(String id)
The ID of the action.
|
Action |
Action.withParameters(Map<String,ActionParameter> parameters)
The action parameters, if applicable.
|
Action |
Action.withTags(Map<String,String> tags)
The tags for the action.
|
Action |
Action.withTargets(Map<String,ActionTarget> targets)
The supported targets for the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetActionResult.setAction(Action action)
Information about the action.
|
GetActionResult |
GetActionResult.withAction(Action action)
Information about the action.
|
Copyright © 2022. All rights reserved.