Uses of Class
com.amazonaws.services.cloudwatch.model.StatisticSet
Packages that use StatisticSet
-
Uses of StatisticSet in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return StatisticSetModifier and TypeMethodDescriptionStatisticSet.clone()
MetricDatum.getStatisticValues()
A set of statistical values describing the metric.StatisticSet.withMaximum
(Double maximum) The maximum value of the sample set.StatisticSet.withMinimum
(Double minimum) The minimum value of the sample set.StatisticSet.withSampleCount
(Double sampleCount) The number of samples used for the statistic set.The sum of values for the sample set.Methods in com.amazonaws.services.cloudwatch.model with parameters of type StatisticSetModifier and TypeMethodDescriptionvoid
MetricDatum.setStatisticValues
(StatisticSet statisticValues) A set of statistical values describing the metric.MetricDatum.withStatisticValues
(StatisticSet statisticValues) A set of statistical values describing the metric.