Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.MeasureValue
-
Packages that use MeasureValue Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of MeasureValue in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type MeasureValue Modifier and Type Method Description List<MeasureValue>Record. measureValues()Contains the list of MeasureValue for time-series data points.Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type MeasureValue Modifier and Type Method Description Record.BuilderRecord.Builder. measureValues(MeasureValue... measureValues)Contains the list of MeasureValue for time-series data points.Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type MeasureValue Modifier and Type Method Description Record.BuilderRecord.Builder. measureValues(Collection<MeasureValue> measureValues)Contains the list of MeasureValue for time-series data points.
-