| Package | Description |
|---|---|
| org.jclouds.cloudwatch.domain |
| Modifier and Type | Method and Description |
|---|---|
static Statistics |
Statistics.fromValue(String value) |
static Statistics |
Statistics.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statistics[] |
Statistics.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Statistics> |
GetMetricStatistics.getStatistics()
return the statistics for this request
|
| Modifier and Type | Method and Description |
|---|---|
GetMetricStatistics.Builder |
GetMetricStatistics.Builder.statistic(Statistics statistic)
The metric statistic to return.
|
| Modifier and Type | Method and Description |
|---|---|
GetMetricStatistics.Builder |
GetMetricStatistics.Builder.statistics(Set<Statistics> statistics)
The metric statistics to return.
|
| Constructor and Description |
|---|
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. |
Copyright © 2009-2013 jclouds. All Rights Reserved.