Uses of Class
org.jclouds.cloudwatch.domain.StatisticValues
Packages that use StatisticValues
-
Uses of StatisticValues in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return StatisticValuesModifier and TypeMethodDescriptionStatisticValues.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 StatisticValuesModifier and TypeMethodDescriptioncom.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 StatisticValuesModifier and TypeMethodDescriptionMetricDatum.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 StatisticValuesModifierConstructorDescriptionprotected
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
.