Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetModelPropertyPathSegment
-
Packages that use AssetModelPropertyPathSegment Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AssetModelPropertyPathSegment in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetModelPropertyPathSegment Modifier and Type Method Description List<AssetModelPropertyPathSegment>AssetModelProperty. path()The structured path to the property from the root of the asset model.List<AssetModelPropertyPathSegment>AssetModelPropertySummary. path()The structured path to the property from the root of the asset model.List<AssetModelPropertyPathSegment>VariableValue. propertyPath()The path of the property.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetModelPropertyPathSegment Modifier and Type Method Description AssetModelProperty.BuilderAssetModelProperty.Builder. path(AssetModelPropertyPathSegment... path)The structured path to the property from the root of the asset model.AssetModelPropertySummary.BuilderAssetModelPropertySummary.Builder. path(AssetModelPropertyPathSegment... path)The structured path to the property from the root of the asset model.VariableValue.BuilderVariableValue.Builder. propertyPath(AssetModelPropertyPathSegment... propertyPath)The path of the property.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AssetModelPropertyPathSegment Modifier and Type Method Description AssetModelProperty.BuilderAssetModelProperty.Builder. path(Collection<AssetModelPropertyPathSegment> path)The structured path to the property from the root of the asset model.AssetModelPropertySummary.BuilderAssetModelPropertySummary.Builder. path(Collection<AssetModelPropertyPathSegment> path)The structured path to the property from the root of the asset model.VariableValue.BuilderVariableValue.Builder. propertyPath(Collection<AssetModelPropertyPathSegment> propertyPath)The path of the property.
-