| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
ActionSummary |
ActionSummary.clone() |
ActionSummary |
ActionSummary.withActionDefinitionId(String actionDefinitionId)
The ID of the action definition.
|
ActionSummary |
ActionSummary.withActionId(String actionId)
The ID of the action.
|
ActionSummary |
ActionSummary.withTargetResource(TargetResource targetResource)
The resource the action will be taken on.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionSummary> |
ListActionsResult.getActionSummaries()
A list that summarizes the actions associated with the specified asset.
|
| Modifier and Type | Method and Description |
|---|---|
ListActionsResult |
ListActionsResult.withActionSummaries(ActionSummary... actionSummaries)
A list that summarizes the actions associated with the specified asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListActionsResult.setActionSummaries(Collection<ActionSummary> actionSummaries)
A list that summarizes the actions associated with the specified asset.
|
ListActionsResult |
ListActionsResult.withActionSummaries(Collection<ActionSummary> actionSummaries)
A list that summarizes the actions associated with the specified asset.
|
Copyright © 2023. All rights reserved.