Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model | |
com.amazonaws.services.cloudwatch.model.transform |
Modifier and Type | Field and Description |
---|---|
private StatisticSet |
MetricDatum.statisticValues
A set of statistical values describing the metric.
|
Modifier and Type | Method and Description |
---|---|
StatisticSet |
StatisticSet.clone() |
StatisticSet |
MetricDatum.getStatisticValues()
A set of statistical values describing the metric.
|
StatisticSet |
StatisticSet.withMaximum(java.lang.Double maximum)
The maximum value of the sample set.
|
StatisticSet |
StatisticSet.withMinimum(java.lang.Double minimum)
The minimum value of the sample set.
|
StatisticSet |
StatisticSet.withSampleCount(java.lang.Double sampleCount)
The number of samples used for the statistic set.
|
StatisticSet |
StatisticSet.withSum(java.lang.Double sum)
The sum of values for the sample set.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
StatisticSet |
StatisticSetStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |