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

Packages that use StandardUnit
org.jclouds.cloudwatch.domain   
 

Uses of StandardUnit in org.jclouds.cloudwatch.domain
 

Methods in org.jclouds.cloudwatch.domain that return StandardUnit
static StandardUnit StandardUnit.fromValue(String state)
           
static StandardUnit StandardUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StandardUnit[] StandardUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jclouds.cloudwatch.domain with parameters of type StandardUnit
Datapoint(Double average, Double maximum, Double minimum, Date timestamp, Double samples, Double sum, StandardUnit unit, String customUnit)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.