| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
TimeInNanos |
TimeInNanos.clone() |
TimeInNanos |
InterpolatedAssetPropertyValue.getTimestamp() |
TimeInNanos |
AssetPropertyValue.getTimestamp()
The timestamp of the asset property value.
|
TimeInNanos |
TimeInNanos.withOffsetInNanos(Integer offsetInNanos)
The nanosecond offset from
timeInSeconds. |
TimeInNanos |
TimeInNanos.withTimeInSeconds(Long timeInSeconds)
The timestamp date, in seconds, in the Unix epoch format.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeInNanos> |
BatchPutAssetPropertyError.getTimestamps()
A list of timestamps for each error, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterpolatedAssetPropertyValue.setTimestamp(TimeInNanos timestamp) |
void |
AssetPropertyValue.setTimestamp(TimeInNanos timestamp)
The timestamp of the asset property value.
|
InterpolatedAssetPropertyValue |
InterpolatedAssetPropertyValue.withTimestamp(TimeInNanos timestamp) |
AssetPropertyValue |
AssetPropertyValue.withTimestamp(TimeInNanos timestamp)
The timestamp of the asset property value.
|
BatchPutAssetPropertyError |
BatchPutAssetPropertyError.withTimestamps(TimeInNanos... timestamps)
A list of timestamps for each error, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutAssetPropertyError.setTimestamps(Collection<TimeInNanos> timestamps)
A list of timestamps for each error, if any.
|
BatchPutAssetPropertyError |
BatchPutAssetPropertyError.withTimestamps(Collection<TimeInNanos> timestamps)
A list of timestamps for each error, if any.
|
Copyright © 2021. All rights reserved.