|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatisticValues | |
|---|---|
| org.jclouds.cloudwatch.domain | |
| Uses of StatisticValues in org.jclouds.cloudwatch.domain |
|---|
| Methods in org.jclouds.cloudwatch.domain that return StatisticValues | |
|---|---|
StatisticValues |
StatisticValues.Builder.build()
Returns a newly-created StatisticSet based on the contents of the Builder. |
| Methods in org.jclouds.cloudwatch.domain that return types with arguments of type StatisticValues | |
|---|---|
com.google.common.base.Optional<StatisticValues> |
MetricDatum.getStatisticValues()
return the object describing the set of statistical values for the metric |
| Methods in org.jclouds.cloudwatch.domain with parameters of type StatisticValues | |
|---|---|
MetricDatum.Builder |
MetricDatum.Builder.statisticValues(StatisticValues statisticValues)
The object describing the set of statistical values describing the metric. |
| Constructor parameters in org.jclouds.cloudwatch.domain with type arguments of type StatisticValues | |
|---|---|
MetricDatum(Iterable<Dimension> dimensions,
String metricName,
com.google.common.base.Optional<StatisticValues> statisticValues,
com.google.common.base.Optional<Date> timestamp,
Unit unit,
com.google.common.base.Optional<Double> value)
Private constructor to enforce using MetricDatum.Builder. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||