Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetModelHierarchy
-
Packages that use AssetModelHierarchy Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AssetModelHierarchy in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetModelHierarchy Modifier and Type Method Description List<AssetModelHierarchy>DescribeAssetModelResponse. assetModelHierarchies()A list of asset model hierarchies that each contain achildAssetModelIdand ahierarchyId(namedid).List<AssetModelHierarchy>UpdateAssetModelRequest. assetModelHierarchies()The updated hierarchy definitions of the asset model.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetModelHierarchy Modifier and Type Method Description DescribeAssetModelResponse.BuilderDescribeAssetModelResponse.Builder. assetModelHierarchies(AssetModelHierarchy... assetModelHierarchies)A list of asset model hierarchies that each contain achildAssetModelIdand ahierarchyId(namedid).UpdateAssetModelRequest.BuilderUpdateAssetModelRequest.Builder. assetModelHierarchies(AssetModelHierarchy... assetModelHierarchies)The updated hierarchy definitions of the asset model.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AssetModelHierarchy Modifier and Type Method Description DescribeAssetModelResponse.BuilderDescribeAssetModelResponse.Builder. assetModelHierarchies(Collection<AssetModelHierarchy> assetModelHierarchies)A list of asset model hierarchies that each contain achildAssetModelIdand ahierarchyId(namedid).UpdateAssetModelRequest.BuilderUpdateAssetModelRequest.Builder. assetModelHierarchies(Collection<AssetModelHierarchy> assetModelHierarchies)The updated hierarchy definitions of the asset model.
-