| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
AssetSummary |
AssetSummary.clone() |
AssetSummary |
AssetSummary.withArn(String arn)
The ARN of the asset,
which has the following format.
|
AssetSummary |
AssetSummary.withAssetModelId(String assetModelId)
The ID of the asset model used to create this asset.
|
AssetSummary |
AssetSummary.withCreationDate(Date creationDate)
The date the asset was created, in Unix epoch time.
|
AssetSummary |
AssetSummary.withHierarchies(AssetHierarchy... hierarchies)
A list of asset hierarchies that each contain a
hierarchyId. |
AssetSummary |
AssetSummary.withHierarchies(Collection<AssetHierarchy> hierarchies)
A list of asset hierarchies that each contain a
hierarchyId. |
AssetSummary |
AssetSummary.withId(String id)
The ID of the asset.
|
AssetSummary |
AssetSummary.withLastUpdateDate(Date lastUpdateDate)
The date the asset was last updated, in Unix epoch time.
|
AssetSummary |
AssetSummary.withName(String name)
The name of the asset.
|
AssetSummary |
AssetSummary.withStatus(AssetStatus status)
The current status of the asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetSummary> |
ListAssetsResult.getAssetSummaries()
A list that summarizes each asset.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetsResult |
ListAssetsResult.withAssetSummaries(AssetSummary... assetSummaries)
A list that summarizes each asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetsResult.setAssetSummaries(Collection<AssetSummary> assetSummaries)
A list that summarizes each asset.
|
ListAssetsResult |
ListAssetsResult.withAssetSummaries(Collection<AssetSummary> assetSummaries)
A list that summarizes each asset.
|
Copyright © 2020. All rights reserved.