Uses of Class
software.amazon.awssdk.services.iot.model.AssetPropertyValue
-
Packages that use AssetPropertyValue Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AssetPropertyValue in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AssetPropertyValue Modifier and Type Method Description List<AssetPropertyValue>PutAssetPropertyValueEntry. propertyValues()A list of property values to insert that each contain timestamp, quality, and value (TQV) information.Methods in software.amazon.awssdk.services.iot.model with parameters of type AssetPropertyValue Modifier and Type Method Description PutAssetPropertyValueEntry.BuilderPutAssetPropertyValueEntry.Builder. propertyValues(AssetPropertyValue... propertyValues)A list of property values to insert that each contain timestamp, quality, and value (TQV) information.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AssetPropertyValue Modifier and Type Method Description PutAssetPropertyValueEntry.BuilderPutAssetPropertyValueEntry.Builder. propertyValues(Collection<AssetPropertyValue> propertyValues)A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
-