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