Uses of Class
software.amazon.awssdk.services.iot.model.AssetPropertyVariant
-
Packages that use AssetPropertyVariant Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AssetPropertyVariant in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AssetPropertyVariant Modifier and Type Method Description static AssetPropertyVariantAssetPropertyVariant. fromBooleanValue(String booleanValue)Create an instance of this class withbooleanValue()initialized to the given value.static AssetPropertyVariantAssetPropertyVariant. fromDoubleValue(String doubleValue)Create an instance of this class withdoubleValue()initialized to the given value.static AssetPropertyVariantAssetPropertyVariant. fromIntegerValue(String integerValue)Create an instance of this class withintegerValue()initialized to the given value.static AssetPropertyVariantAssetPropertyVariant. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.AssetPropertyVariantAssetPropertyValue. value()The value of the asset property.Methods in software.amazon.awssdk.services.iot.model with parameters of type AssetPropertyVariant Modifier and Type Method Description AssetPropertyValue.BuilderAssetPropertyValue.Builder. value(AssetPropertyVariant value)The value of the asset property.
-