| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AssetPropertyVariant |
AssetPropertyVariant.clone() |
AssetPropertyVariant |
AssetPropertyValue.getValue()
The value of the asset property.
|
AssetPropertyVariant |
AssetPropertyVariant.withBooleanValue(String booleanValue)
Optional.
|
AssetPropertyVariant |
AssetPropertyVariant.withDoubleValue(String doubleValue)
Optional.
|
AssetPropertyVariant |
AssetPropertyVariant.withIntegerValue(String integerValue)
Optional.
|
AssetPropertyVariant |
AssetPropertyVariant.withStringValue(String stringValue)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetPropertyValue.setValue(AssetPropertyVariant value)
The value of the asset property.
|
AssetPropertyValue |
AssetPropertyValue.withValue(AssetPropertyVariant value)
The value of the asset property.
|
Copyright © 2024. All rights reserved.