| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
ActionDefinition |
ActionDefinition.clone() |
ActionDefinition |
ActionDefinition.withActionDefinitionId(String actionDefinitionId)
The ID of the action definition.
|
ActionDefinition |
ActionDefinition.withActionName(String actionName)
The name of the action definition.
|
ActionDefinition |
ActionDefinition.withActionType(String actionType)
The type of the action definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionDefinition> |
DescribeAssetCompositeModelResult.getActionDefinitions()
The available actions for a composite model on this asset.
|
List<ActionDefinition> |
DescribeAssetModelCompositeModelResult.getActionDefinitions()
The available actions for a composite model on this asset model.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetCompositeModelResult |
DescribeAssetCompositeModelResult.withActionDefinitions(ActionDefinition... actionDefinitions)
The available actions for a composite model on this asset.
|
DescribeAssetModelCompositeModelResult |
DescribeAssetModelCompositeModelResult.withActionDefinitions(ActionDefinition... actionDefinitions)
The available actions for a composite model on this asset model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAssetCompositeModelResult.setActionDefinitions(Collection<ActionDefinition> actionDefinitions)
The available actions for a composite model on this asset.
|
void |
DescribeAssetModelCompositeModelResult.setActionDefinitions(Collection<ActionDefinition> actionDefinitions)
The available actions for a composite model on this asset model.
|
DescribeAssetCompositeModelResult |
DescribeAssetCompositeModelResult.withActionDefinitions(Collection<ActionDefinition> actionDefinitions)
The available actions for a composite model on this asset.
|
DescribeAssetModelCompositeModelResult |
DescribeAssetModelCompositeModelResult.withActionDefinitions(Collection<ActionDefinition> actionDefinitions)
The available actions for a composite model on this asset model.
|
Copyright © 2024. All rights reserved.