| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesDataPoint |
TimeSeriesDataPoint.clone() |
TimeSeriesDataPoint |
TimeSeriesDataPoint.withTime(String time)
The timestamp when the measure value was collected.
|
TimeSeriesDataPoint |
TimeSeriesDataPoint.withValue(Datum value)
The measure value for the data point.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeSeriesDataPoint> |
Datum.getTimeSeriesValue()
Indicates if the data point is a timeseries data type.
|
| Modifier and Type | Method and Description |
|---|---|
Datum |
Datum.withTimeSeriesValue(TimeSeriesDataPoint... timeSeriesValue)
Indicates if the data point is a timeseries data type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Datum.setTimeSeriesValue(Collection<TimeSeriesDataPoint> timeSeriesValue)
Indicates if the data point is a timeseries data type.
|
Datum |
Datum.withTimeSeriesValue(Collection<TimeSeriesDataPoint> timeSeriesValue)
Indicates if the data point is a timeseries data type.
|
Copyright © 2024. All rights reserved.