Package | Description |
---|---|
org.jclouds.cloudwatch.domain | |
org.jclouds.cloudwatch.options |
Modifier and Type | Method and Description |
---|---|
static Unit |
Unit.fromValue(String state) |
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.
|
Constructor and Description |
---|
Datapoint(Double average,
Double maximum,
Double minimum,
Date timestamp,
Double samples,
Double sum,
Unit unit,
String customUnit) |
Modifier and Type | Method and Description |
---|---|
GetMetricStatisticsOptions |
GetMetricStatisticsOptions.unit(Unit unit) |
static GetMetricStatisticsOptions |
GetMetricStatisticsOptions.Builder.unit(Unit unit) |
Copyright © 2009-2012 jclouds. All Rights Reserved.