|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
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. |
| 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)
|
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||