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 StatisticSetStatisticSet. clone()StatisticSetMetricDatum. getStatisticValues()A set of statistical values describing the metric.StatisticSetStatisticSet. withMaximum(Double maximum)The maximum value of the sample set.StatisticSetStatisticSet. withMinimum(Double minimum)The minimum value of the sample set.StatisticSetStatisticSet. withSampleCount(Double sampleCount)The number of samples used for the statistic set.StatisticSetStatisticSet. 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 voidMetricDatum. setStatisticValues(StatisticSet statisticValues)A set of statistical values describing the metric.MetricDatumMetricDatum. withStatisticValues(StatisticSet statisticValues)A set of statistical values describing the metric.
-