| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static AssetPropertyVariant |
AssetPropertyVariant.fromBooleanValue(String booleanValue)
Create an instance of this class with
booleanValue() initialized to the given value. |
static AssetPropertyVariant |
AssetPropertyVariant.fromDoubleValue(String doubleValue)
Create an instance of this class with
doubleValue() initialized to the given value. |
static AssetPropertyVariant |
AssetPropertyVariant.fromIntegerValue(String integerValue)
Create an instance of this class with
integerValue() initialized to the given value. |
static AssetPropertyVariant |
AssetPropertyVariant.fromStringValue(String stringValue)
Create an instance of this class with
stringValue() initialized to the given value. |
AssetPropertyVariant |
AssetPropertyValue.value()
The value of the asset property.
|
| Modifier and Type | Method and Description |
|---|---|
AssetPropertyValue.Builder |
AssetPropertyValue.Builder.value(AssetPropertyVariant value)
The value of the asset property.
|
Copyright © 2022. All rights reserved.