Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetCompositeModelPathSegment
-
Packages that use AssetCompositeModelPathSegment Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AssetCompositeModelPathSegment in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetCompositeModelPathSegment Modifier and Type Method Description List<AssetCompositeModelPathSegment>DescribeAssetCompositeModelResponse. assetCompositeModelPath()The path to the composite model listing the parent composite models.List<AssetCompositeModelPathSegment>AssetCompositeModelSummary. path()The path that includes all the components of the asset model for the asset.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetCompositeModelPathSegment Modifier and Type Method Description DescribeAssetCompositeModelResponse.BuilderDescribeAssetCompositeModelResponse.Builder. assetCompositeModelPath(AssetCompositeModelPathSegment... assetCompositeModelPath)The path to the composite model listing the parent composite models.AssetCompositeModelSummary.BuilderAssetCompositeModelSummary.Builder. path(AssetCompositeModelPathSegment... path)The path that includes all the components of the asset model for the asset.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AssetCompositeModelPathSegment Modifier and Type Method Description DescribeAssetCompositeModelResponse.BuilderDescribeAssetCompositeModelResponse.Builder. assetCompositeModelPath(Collection<AssetCompositeModelPathSegment> assetCompositeModelPath)The path to the composite model listing the parent composite models.AssetCompositeModelSummary.BuilderAssetCompositeModelSummary.Builder. path(Collection<AssetCompositeModelPathSegment> path)The path that includes all the components of the asset model for the asset.
-