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 DatapointDatapoint. clone()DatapointDatapoint. withAverage(Double average)The average of metric values that correspond to the datapoint.DatapointDatapoint. withMaximum(Double maximum)The maximum of the metric value used for the datapoint.DatapointDatapoint. withMinimum(Double minimum)The minimum metric value used for the datapoint.DatapointDatapoint. withSampleCount(Double sampleCount)The number of metric values that contributed to the aggregate value of this datapoint.DatapointDatapoint. withSum(Double sum)The sum of metric values used for the datapoint.DatapointDatapoint. withTimestamp(Date timestamp)The time stamp used for the datapoint.DatapointDatapoint. withUnit(StandardUnit unit)The standard unit used for the datapoint.DatapointDatapoint. 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 GetMetricStatisticsResultGetMetricStatisticsResult. 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 voidGetMetricStatisticsResult. setDatapoints(Collection<Datapoint> datapoints)The datapoints for the specified metric.GetMetricStatisticsResultGetMetricStatisticsResult. withDatapoints(Collection<Datapoint> datapoints)The datapoints for the specified metric.
-