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