| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
TargetResource |
TargetResource.clone() |
TargetResource |
ActionSummary.getTargetResource()
The resource the action will be taken on.
|
TargetResource |
ExecuteActionRequest.getTargetResource()
The resource the action will be taken on.
|
TargetResource |
DescribeActionResult.getTargetResource()
The resource the action will be taken on.
|
TargetResource |
TargetResource.withAssetId(String assetId)
The ID of the asset, in UUID format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionSummary.setTargetResource(TargetResource targetResource)
The resource the action will be taken on.
|
void |
ExecuteActionRequest.setTargetResource(TargetResource targetResource)
The resource the action will be taken on.
|
void |
DescribeActionResult.setTargetResource(TargetResource targetResource)
The resource the action will be taken on.
|
ActionSummary |
ActionSummary.withTargetResource(TargetResource targetResource)
The resource the action will be taken on.
|
ExecuteActionRequest |
ExecuteActionRequest.withTargetResource(TargetResource targetResource)
The resource the action will be taken on.
|
DescribeActionResult |
DescribeActionResult.withTargetResource(TargetResource targetResource)
The resource the action will be taken on.
|
Copyright © 2024. All rights reserved.