| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueEntry |
BatchGetAssetPropertyValueEntry.clone() |
BatchGetAssetPropertyValueEntry |
BatchGetAssetPropertyValueEntry.withAssetId(String assetId)
The ID of the asset in which the asset property was created.
|
BatchGetAssetPropertyValueEntry |
BatchGetAssetPropertyValueEntry.withEntryId(String entryId)
The ID of the entry.
|
BatchGetAssetPropertyValueEntry |
BatchGetAssetPropertyValueEntry.withPropertyAlias(String propertyAlias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). |
BatchGetAssetPropertyValueEntry |
BatchGetAssetPropertyValueEntry.withPropertyId(String propertyId)
The ID of the asset property, in UUID format.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetAssetPropertyValueEntry> |
BatchGetAssetPropertyValueRequest.getEntries()
The list of asset property value entries for the batch get request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueRequest |
BatchGetAssetPropertyValueRequest.withEntries(BatchGetAssetPropertyValueEntry... entries)
The list of asset property value entries for the batch get request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetAssetPropertyValueRequest.setEntries(Collection<BatchGetAssetPropertyValueEntry> entries)
The list of asset property value entries for the batch get request.
|
BatchGetAssetPropertyValueRequest |
BatchGetAssetPropertyValueRequest.withEntries(Collection<BatchGetAssetPropertyValueEntry> entries)
The list of asset property value entries for the batch get request.
|
Copyright © 2023. All rights reserved.