| Package | Description | 
|---|---|
| org.jclouds.cloudwatch.domain | 
| Modifier and Type | Method and Description | 
|---|---|
StatisticValues | 
StatisticValues.Builder.build()
Returns a newly-created  
StatisticSet based on the contents of the Builder. | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Optional<StatisticValues> | 
MetricDatum.getStatisticValues()
return the object describing the set of statistical values for the metric 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MetricDatum.Builder | 
MetricDatum.Builder.statisticValues(StatisticValues statisticValues)
The object describing the set of statistical values describing the metric. 
 | 
| Constructor and Description | 
|---|
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. | 
Copyright © 2009-2013 jclouds. All Rights Reserved.