| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
AssetModelHierarchy |
AssetModelHierarchy.clone() |
AssetModelHierarchy |
AssetModelHierarchy.withChildAssetModelId(String childAssetModelId)
The ID of the asset model.
|
AssetModelHierarchy |
AssetModelHierarchy.withId(String id)
The ID of the asset model hierarchy.
|
AssetModelHierarchy |
AssetModelHierarchy.withName(String name)
The name of the asset model hierarchy that you specify by using the CreateAssetModel or UpdateAssetModel API operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetModelHierarchy> |
UpdateAssetModelRequest.getAssetModelHierarchies()
The updated hierarchy definitions of the asset model.
|
List<AssetModelHierarchy> |
DescribeAssetModelResult.getAssetModelHierarchies()
A list of asset model hierarchies that each contain a
childAssetModelId and a
hierarchyId (named id). |
| Modifier and Type | Method and Description |
|---|---|
UpdateAssetModelRequest |
UpdateAssetModelRequest.withAssetModelHierarchies(AssetModelHierarchy... assetModelHierarchies)
The updated hierarchy definitions of the asset model.
|
DescribeAssetModelResult |
DescribeAssetModelResult.withAssetModelHierarchies(AssetModelHierarchy... assetModelHierarchies)
A list of asset model hierarchies that each contain a
childAssetModelId and a
hierarchyId (named id). |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAssetModelRequest.setAssetModelHierarchies(Collection<AssetModelHierarchy> assetModelHierarchies)
The updated hierarchy definitions of the asset model.
|
void |
DescribeAssetModelResult.setAssetModelHierarchies(Collection<AssetModelHierarchy> assetModelHierarchies)
A list of asset model hierarchies that each contain a
childAssetModelId and a
hierarchyId (named id). |
UpdateAssetModelRequest |
UpdateAssetModelRequest.withAssetModelHierarchies(Collection<AssetModelHierarchy> assetModelHierarchies)
The updated hierarchy definitions of the asset model.
|
DescribeAssetModelResult |
DescribeAssetModelResult.withAssetModelHierarchies(Collection<AssetModelHierarchy> assetModelHierarchies)
A list of asset model hierarchies that each contain a
childAssetModelId and a
hierarchyId (named id). |
Copyright © 2021. All rights reserved.