| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
List<AssetPropertyValue> |
PutAssetPropertyValueEntry.propertyValues()
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
|
| Modifier and Type | Method and Description |
|---|---|
PutAssetPropertyValueEntry.Builder |
PutAssetPropertyValueEntry.Builder.propertyValues(AssetPropertyValue... propertyValues)
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
|
| Modifier and Type | Method and Description |
|---|---|
PutAssetPropertyValueEntry.Builder |
PutAssetPropertyValueEntry.Builder.propertyValues(Collection<AssetPropertyValue> propertyValues)
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
|
Copyright © 2019. All rights reserved.