Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetModelHierarchyDefinition
-
Packages that use AssetModelHierarchyDefinition Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AssetModelHierarchyDefinition in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetModelHierarchyDefinition Modifier and Type Method Description List<AssetModelHierarchyDefinition>CreateAssetModelRequest. assetModelHierarchies()The hierarchy definitions of the asset model.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetModelHierarchyDefinition Modifier and Type Method Description CreateAssetModelRequest.BuilderCreateAssetModelRequest.Builder. assetModelHierarchies(AssetModelHierarchyDefinition... assetModelHierarchies)The hierarchy definitions of the asset model.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AssetModelHierarchyDefinition Modifier and Type Method Description CreateAssetModelRequest.BuilderCreateAssetModelRequest.Builder. assetModelHierarchies(Collection<AssetModelHierarchyDefinition> assetModelHierarchies)The hierarchy definitions of the asset model.
-