Uses of Class
software.amazon.awssdk.services.iotsitewise.model.Property
-
Packages that use Property Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of Property in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return Property Modifier and Type Method Description PropertyCompositeModelProperty. assetProperty()Returns the value of the AssetProperty property for this object.PropertyDescribeAssetPropertyResponse. assetProperty()The asset property's definition, alias, and notification state.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type Property Modifier and Type Method Description CompositeModelProperty.BuilderCompositeModelProperty.Builder. assetProperty(Property assetProperty)Sets the value of the AssetProperty property for this object.DescribeAssetPropertyResponse.BuilderDescribeAssetPropertyResponse.Builder. assetProperty(Property assetProperty)The asset property's definition, alias, and notification state.
-