| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
TimeInNanos |
AssetPropertyValue.timestamp()
The timestamp of the asset property value.
|
TimeInNanos |
InterpolatedAssetPropertyValue.timestamp()
Returns the value of the Timestamp property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeInNanos> |
BatchPutAssetPropertyError.timestamps()
A list of timestamps for each error, if any.
|
| Modifier and Type | Method and Description |
|---|---|
AssetPropertyValue.Builder |
AssetPropertyValue.Builder.timestamp(TimeInNanos timestamp)
The timestamp of the asset property value.
|
InterpolatedAssetPropertyValue.Builder |
InterpolatedAssetPropertyValue.Builder.timestamp(TimeInNanos timestamp)
Sets the value of the Timestamp property for this object.
|
BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.Builder.timestamps(TimeInNanos... timestamps)
A list of timestamps for each error, if any.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutAssetPropertyError.Builder |
BatchPutAssetPropertyError.Builder.timestamps(Collection<TimeInNanos> timestamps)
A list of timestamps for each error, if any.
|
Copyright © 2021. All rights reserved.