| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AssetPropertyValue |
AssetPropertyValue.clone() |
AssetPropertyValue |
AssetPropertyValue.withQuality(String quality)
Optional.
|
AssetPropertyValue |
AssetPropertyValue.withTimestamp(AssetPropertyTimestamp timestamp)
The asset property value timestamp.
|
AssetPropertyValue |
AssetPropertyValue.withValue(AssetPropertyVariant value)
The value of the asset property.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetPropertyValue> |
PutAssetPropertyValueEntry.getPropertyValues()
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
|
| Modifier and Type | Method and Description |
|---|---|
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withPropertyValues(AssetPropertyValue... propertyValues)
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutAssetPropertyValueEntry.setPropertyValues(Collection<AssetPropertyValue> propertyValues)
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
|
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withPropertyValues(Collection<AssetPropertyValue> propertyValues)
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
|
Copyright © 2021. All rights reserved.