| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.clone() |
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withAssetId(String assetId)
The ID of the IoT SiteWise asset.
|
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withEntryId(String entryId)
Optional.
|
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withPropertyAlias(String propertyAlias)
The name of the property alias associated with your asset property.
|
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withPropertyId(String propertyId)
The ID of the asset's property.
|
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withPropertyValues(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.
|
| Modifier and Type | Method and Description |
|---|---|
List<PutAssetPropertyValueEntry> |
IotSiteWiseAction.getPutAssetPropertyValueEntries()
A list of asset property value entries.
|
| Modifier and Type | Method and Description |
|---|---|
IotSiteWiseAction |
IotSiteWiseAction.withPutAssetPropertyValueEntries(PutAssetPropertyValueEntry... putAssetPropertyValueEntries)
A list of asset property value entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IotSiteWiseAction.setPutAssetPropertyValueEntries(Collection<PutAssetPropertyValueEntry> putAssetPropertyValueEntries)
A list of asset property value entries.
|
IotSiteWiseAction |
IotSiteWiseAction.withPutAssetPropertyValueEntries(Collection<PutAssetPropertyValueEntry> putAssetPropertyValueEntries)
A list of asset property value entries.
|
Copyright © 2023. All rights reserved.