| Package | Description |
|---|---|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
ActionSummary |
ActionSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ActionSummary |
ActionSummary.addTargetsEntry(String key,
ActionTarget value)
Add a single Targets entry
|
ActionSummary |
ActionSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ActionSummary |
ActionSummary.clearTargetsEntries()
Removes all the entries added into Targets.
|
ActionSummary |
ActionSummary.clone() |
ActionSummary |
ActionSummary.withDescription(String description)
The description for the action.
|
ActionSummary |
ActionSummary.withId(String id)
The ID of the action.
|
ActionSummary |
ActionSummary.withTags(Map<String,String> tags)
The tags for the action.
|
ActionSummary |
ActionSummary.withTargets(Map<String,ActionTarget> targets)
The targets for the action.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionSummary> |
ListActionsResult.getActions()
The actions.
|
| Modifier and Type | Method and Description |
|---|---|
ListActionsResult |
ListActionsResult.withActions(ActionSummary... actions)
The actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListActionsResult.setActions(Collection<ActionSummary> actions)
The actions.
|
ListActionsResult |
ListActionsResult.withActions(Collection<ActionSummary> actions)
The actions.
|
Copyright © 2022. All rights reserved.