|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Statistics | |
|---|---|
| org.jclouds.cloudwatch.domain | |
| org.jclouds.cloudwatch.options | |
| Uses of Statistics in org.jclouds.cloudwatch.domain |
|---|
| Methods in org.jclouds.cloudwatch.domain that return Statistics | |
|---|---|
static Statistics |
Statistics.fromValue(String value)
|
Statistics |
Alarm.getStatistic()
return the statistic to apply to the alarm's associated metric |
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. |
| Constructors in org.jclouds.cloudwatch.domain with parameters of type Statistics | |
|---|---|
Alarm(boolean areActionsEnabled,
Set<String> alarmActions,
String alarmARN,
Date alarmConfigurationUpdatedTimestamp,
String alarmDescription,
String alarmName,
ComparisonOperator comparisonOperator,
Set<Dimension> dimensions,
int evaluationPeriods,
Set<String> insufficientDataActions,
String metricName,
String namespace,
Set<String> okActions,
int period,
String stateReason,
com.google.common.base.Optional<String> stateReasonData,
Date stateUpdatedTimestamp,
Alarm.State state,
Statistics statistic,
double threshold,
com.google.common.base.Optional<Unit> unit)
|
|
| 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. |
|
| Uses of Statistics in org.jclouds.cloudwatch.options |
|---|
| Methods in org.jclouds.cloudwatch.options with parameters of type Statistics | |
|---|---|
ListAlarmsForMetric |
ListAlarmsForMetric.statistic(Statistics statistic)
The statistic for the metric. |
SaveAlarmOptions |
SaveAlarmOptions.statistic(Statistics statistic)
The statistic to apply to the alarm's associated metric. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||