Uses of Class
org.jclouds.cloudwatch.domain.StatisticValues
-
Packages that use StatisticValues Package Description org.jclouds.cloudwatch.domain -
-
Uses of StatisticValues in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return StatisticValues Modifier and Type Method Description StatisticValues
StatisticValues.Builder. build()
Returns a newly-createdStatisticSet
based on the contents of theBuilder
.Methods in org.jclouds.cloudwatch.domain that return types with arguments of type StatisticValues Modifier and Type Method Description com.google.common.base.Optional<StatisticValues>
MetricDatum. getStatisticValues()
return the object describing the set of statistical values for the metricMethods in org.jclouds.cloudwatch.domain with parameters of type StatisticValues Modifier and Type Method Description 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 Constructor 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 usingMetricDatum.Builder
.
-