Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetPropertyPathSegment
-
Packages that use AssetPropertyPathSegment Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AssetPropertyPathSegment in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetPropertyPathSegment Modifier and Type Method Description List<AssetPropertyPathSegment>AssetProperty. path()The structured path to the property from the root of the asset.List<AssetPropertyPathSegment>AssetPropertySummary. path()The structured path to the property from the root of the asset.List<AssetPropertyPathSegment>Property. path()The structured path to the property from the root of the asset.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetPropertyPathSegment Modifier and Type Method Description AssetProperty.BuilderAssetProperty.Builder. path(AssetPropertyPathSegment... path)The structured path to the property from the root of the asset.AssetPropertySummary.BuilderAssetPropertySummary.Builder. path(AssetPropertyPathSegment... path)The structured path to the property from the root of the asset.Property.BuilderProperty.Builder. path(AssetPropertyPathSegment... path)The structured path to the property from the root of the asset.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AssetPropertyPathSegment Modifier and Type Method Description AssetProperty.BuilderAssetProperty.Builder. path(Collection<AssetPropertyPathSegment> path)The structured path to the property from the root of the asset.AssetPropertySummary.BuilderAssetPropertySummary.Builder. path(Collection<AssetPropertyPathSegment> path)The structured path to the property from the root of the asset.Property.BuilderProperty.Builder. path(Collection<AssetPropertyPathSegment> path)The structured path to the property from the root of the asset.
-