|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Statistics | |
|---|---|
| org.jclouds.cloudwatch | |
| org.jclouds.cloudwatch.domain | |
| Uses of Statistics in org.jclouds.cloudwatch |
|---|
| Methods in org.jclouds.cloudwatch with parameters of type Statistics | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> |
CloudWatchAsyncApi.getMetricStatisticsInRegion(String region,
String metricName,
String namespace,
Date startTime,
Date endTime,
int period,
Statistics statistics,
GetMetricStatisticsOptions... options)
Deprecated. |
Set<Datapoint> |
CloudWatchApi.getMetricStatisticsInRegion(String region,
String metricName,
String namespace,
Date startTime,
Date endTime,
int period,
Statistics statistics,
GetMetricStatisticsOptions... options)
Deprecated. |
| Uses of Statistics in org.jclouds.cloudwatch.domain |
|---|
| Methods in org.jclouds.cloudwatch.domain that return Statistics | |
|---|---|
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. |
| Methods in org.jclouds.cloudwatch.domain that return types with arguments of type Statistics | |
|---|---|
Set<Statistics> |
GetMetricStatistics.getStatistics()
return the statistics for this request |
| Methods in org.jclouds.cloudwatch.domain with parameters of type Statistics | |
|---|---|
GetMetricStatistics.Builder |
GetMetricStatistics.Builder.statistic(Statistics statistic)
The metric statistic to return. |
| Method parameters in org.jclouds.cloudwatch.domain with type arguments of type Statistics | |
|---|---|
GetMetricStatistics.Builder |
GetMetricStatistics.Builder.statistics(Set<Statistics> statistics)
The metric statistics to return. |
| Constructor parameters in org.jclouds.cloudwatch.domain with type arguments of type Statistics | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||