Uses of Class
software.amazon.awssdk.services.pi.model.DataPoint
-
Packages that use DataPoint Package Description software.amazon.awssdk.services.pi.model -
-
Uses of DataPoint in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type DataPoint Modifier and Type Method Description List<DataPoint>MetricKeyDataPoints. dataPoints()An array of timestamp-value pairs, representing measurements over a period of time.Methods in software.amazon.awssdk.services.pi.model with parameters of type DataPoint Modifier and Type Method Description MetricKeyDataPoints.BuilderMetricKeyDataPoints.Builder. dataPoints(DataPoint... dataPoints)An array of timestamp-value pairs, representing measurements over a period of time.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type DataPoint Modifier and Type Method Description MetricKeyDataPoints.BuilderMetricKeyDataPoints.Builder. dataPoints(Collection<DataPoint> dataPoints)An array of timestamp-value pairs, representing measurements over a period of time.
-