Uses of Class
software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint
-
Packages that use TimeSeriesDataPoint Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of TimeSeriesDataPoint in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type TimeSeriesDataPoint Modifier and Type Method Description List<TimeSeriesDataPoint>Datum. timeSeriesValue()Indicates if the data point is a timeseries data type.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type TimeSeriesDataPoint Modifier and Type Method Description Datum.BuilderDatum.Builder. timeSeriesValue(TimeSeriesDataPoint... timeSeriesValue)Indicates if the data point is a timeseries data type.Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type TimeSeriesDataPoint Modifier and Type Method Description Datum.BuilderDatum.Builder. timeSeriesValue(Collection<TimeSeriesDataPoint> timeSeriesValue)Indicates if the data point is a timeseries data type.
-