| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
AssetPropertyTimestamp |
AssetPropertyTimestamp.clone() |
AssetPropertyTimestamp |
AssetPropertyValue.getTimestamp()
The timestamp associated with the asset property value.
|
AssetPropertyTimestamp |
AssetPropertyTimestamp.withOffsetInNanos(String offsetInNanos)
The nanosecond offset converted from
timeInSeconds. |
AssetPropertyTimestamp |
AssetPropertyTimestamp.withTimeInSeconds(String timeInSeconds)
The timestamp, in seconds, in the Unix epoch format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetPropertyValue.setTimestamp(AssetPropertyTimestamp timestamp)
The timestamp associated with the asset property value.
|
AssetPropertyValue |
AssetPropertyValue.withTimestamp(AssetPropertyTimestamp timestamp)
The timestamp associated with the asset property value.
|
Copyright © 2023. All rights reserved.