|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatisticSet | |
---|---|
com.amazonaws.services.cloudwatch.model | Classes modeling the various types represented by AmazonCloudWatch. |
Uses of StatisticSet in com.amazonaws.services.cloudwatch.model |
---|
Methods in com.amazonaws.services.cloudwatch.model that return StatisticSet | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |