Uses of Class
org.jclouds.cloudwatch.domain.Unit

Packages that use Unit
org.jclouds.cloudwatch.domain   
org.jclouds.cloudwatch.options   
 

Uses of Unit in org.jclouds.cloudwatch.domain
 

Methods in org.jclouds.cloudwatch.domain that return Unit
static Unit Unit.fromValue(String state)
           
 Unit MetricDatum.getUnit()
          return Standard unit used for the metric.
 Unit Datapoint.getUnit()
          return Standard unit used for the datapoint.
static Unit Unit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Unit[] Unit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudwatch.domain that return types with arguments of type Unit
 com.google.common.base.Optional<Unit> GetMetricStatistics.getUnit()
          return the unit for this request
 

Methods in org.jclouds.cloudwatch.domain with parameters of type Unit
 MetricDatum.Builder MetricDatum.Builder.unit(Unit unit)
          The unit for the metric.
 GetMetricStatistics.Builder GetMetricStatistics.Builder.unit(Unit unit)
          The unit for the metric.
 

Constructors in org.jclouds.cloudwatch.domain with parameters of type Unit
Datapoint(Double average, Double maximum, Double minimum, Date timestamp, Double samples, Double sum, Unit unit, String customUnit)
           
GetMetricStatistics(Set<Dimension> dimensions, Date endTime, String metricName, String namespace, int period, Date startTime, Set<Statistics> statistics, Unit unit)
          Private constructor to enforce using GetMetricStatistics.Builder.
MetricDatum(Set<Dimension> dimensions, String metricName, StatisticValues statisticValues, Date timestamp, Unit unit, double value)
          Private constructor to enforce using MetricDatum.Builder.
 

Uses of Unit in org.jclouds.cloudwatch.options
 

Methods in org.jclouds.cloudwatch.options with parameters of type Unit
 GetMetricStatisticsOptions GetMetricStatisticsOptions.unit(Unit unit)
           
static GetMetricStatisticsOptions GetMetricStatisticsOptions.Builder.unit(Unit unit)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.