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