| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.clone() |
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withAssetId(String assetId)
The ID of the asset to update.
|
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withEntryId(String entryId)
The user specified ID for the entry.
|
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withPropertyAlias(String propertyAlias)
The property alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). |
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withPropertyId(String propertyId)
The ID of the asset property for this entry.
|
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withPropertyValues(AssetPropertyValue... propertyValues)
The list of property values to upload.
|
PutAssetPropertyValueEntry |
PutAssetPropertyValueEntry.withPropertyValues(Collection<AssetPropertyValue> propertyValues)
The list of property values to upload.
|
| Modifier and Type | Method and Description |
|---|---|
List<PutAssetPropertyValueEntry> |
BatchPutAssetPropertyValueRequest.getEntries()
The list of asset property value entries for the batch put request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutAssetPropertyValueRequest |
BatchPutAssetPropertyValueRequest.withEntries(PutAssetPropertyValueEntry... entries)
The list of asset property value entries for the batch put request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutAssetPropertyValueRequest.setEntries(Collection<PutAssetPropertyValueEntry> entries)
The list of asset property value entries for the batch put request.
|
BatchPutAssetPropertyValueRequest |
BatchPutAssetPropertyValueRequest.withEntries(Collection<PutAssetPropertyValueEntry> entries)
The list of asset property value entries for the batch put request.
|
Copyright © 2021. All rights reserved.