Uses of Class
software.amazon.awssdk.services.pi.model.DataPoint
Packages that use DataPoint
-
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 DataPointModifier and TypeMethodDescriptionMetricKeyDataPoints.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 DataPointModifier and TypeMethodDescriptionMetricKeyDataPoints.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 DataPointModifier and TypeMethodDescriptionMetricKeyDataPoints.Builder.dataPoints(Collection<DataPoint> dataPoints) An array of timestamp-value pairs, representing measurements over a period of time.