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