Package | Description |
---|---|
org.jclouds.cloudwatch.domain | |
org.jclouds.cloudwatch.options |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
---|
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 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 . |
Modifier and Type | Method and Description |
---|---|
SaveAlarmOptions |
SaveAlarmOptions.statistic(Statistics statistic)
The statistic to apply to the alarm's associated metric.
|
ListAlarmsForMetric |
ListAlarmsForMetric.statistic(Statistics statistic)
The statistic for the metric.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.