Uses of Class
com.amazonaws.services.cloudwatch.model.Datapoint
Packages that use Datapoint
-
Uses of Datapoint in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return DatapointModifier and TypeMethodDescriptionDatapoint.clone()
Datapoint.withAverage
(Double average) The average of metric values that correspond to the datapoint.Datapoint.withMaximum
(Double maximum) The maximum of the metric value used for the datapoint.Datapoint.withMinimum
(Double minimum) The minimum metric value used for the datapoint.Datapoint.withSampleCount
(Double sampleCount) The number of metric values that contributed to the aggregate value of this datapoint.The sum of metric values used for the datapoint.Datapoint.withTimestamp
(Date timestamp) The time stamp used for the datapoint.Datapoint.withUnit
(StandardUnit unit) The standard unit used for the datapoint.The standard unit used for the datapoint.Methods in com.amazonaws.services.cloudwatch.model that return types with arguments of type DatapointModifier and TypeMethodDescriptionGetMetricStatisticsResult.getDatapoints()
The datapoints for the specified metric.Methods in com.amazonaws.services.cloudwatch.model with parameters of type DatapointModifier and TypeMethodDescriptionGetMetricStatisticsResult.withDatapoints
(Datapoint... datapoints) The datapoints for the specified metric.Method parameters in com.amazonaws.services.cloudwatch.model with type arguments of type DatapointModifier and TypeMethodDescriptionvoid
GetMetricStatisticsResult.setDatapoints
(Collection<Datapoint> datapoints) The datapoints for the specified metric.GetMetricStatisticsResult.withDatapoints
(Collection<Datapoint> datapoints) The datapoints for the specified metric.