| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
List<AssetModelHierarchy> |
UpdateAssetModelRequest.assetModelHierarchies()
The updated hierarchy definitions of the asset model.
|
List<AssetModelHierarchy> |
DescribeAssetModelResponse.assetModelHierarchies()
A list of asset model hierarchies that each contain a
childAssetModelId and a
hierarchyId (named id). |
| Modifier and Type | Method and Description |
|---|---|
UpdateAssetModelRequest.Builder |
UpdateAssetModelRequest.Builder.assetModelHierarchies(AssetModelHierarchy... assetModelHierarchies)
The updated hierarchy definitions of the asset model.
|
DescribeAssetModelResponse.Builder |
DescribeAssetModelResponse.Builder.assetModelHierarchies(AssetModelHierarchy... assetModelHierarchies)
A list of asset model hierarchies that each contain a
childAssetModelId and a
hierarchyId (named id). |
| Modifier and Type | Method and Description |
|---|---|
UpdateAssetModelRequest.Builder |
UpdateAssetModelRequest.Builder.assetModelHierarchies(Collection<AssetModelHierarchy> assetModelHierarchies)
The updated hierarchy definitions of the asset model.
|
DescribeAssetModelResponse.Builder |
DescribeAssetModelResponse.Builder.assetModelHierarchies(Collection<AssetModelHierarchy> assetModelHierarchies)
A list of asset model hierarchies that each contain a
childAssetModelId and a
hierarchyId (named id). |
Copyright © 2021. All rights reserved.