|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListAlarmsForMetric | |
|---|---|
| org.jclouds.cloudwatch.features | |
| org.jclouds.cloudwatch.options | |
| Uses of ListAlarmsForMetric in org.jclouds.cloudwatch.features |
|---|
| Methods in org.jclouds.cloudwatch.features with parameters of type ListAlarmsForMetric | |
|---|---|
com.google.common.collect.FluentIterable<Alarm> |
AlarmApi.listForMetric(ListAlarmsForMetric options)
Return alarms all alarms for a single metric. |
| Uses of ListAlarmsForMetric in org.jclouds.cloudwatch.options |
|---|
| Methods in org.jclouds.cloudwatch.options that return ListAlarmsForMetric | |
|---|---|
ListAlarmsForMetric |
ListAlarmsForMetric.dimension(Dimension dimension)
The dimension associated with the metric. |
ListAlarmsForMetric |
ListAlarmsForMetric.dimensions(Set<Dimension> dimensions)
The list of dimensions associated with the metric. |
ListAlarmsForMetric |
ListAlarmsForMetric.metricName(String metricName)
The name of the metric. |
ListAlarmsForMetric |
ListAlarmsForMetric.namespace(String namespace)
The namespace of the metric. |
ListAlarmsForMetric |
ListAlarmsForMetric.period(int period)
The period in seconds over which the statistic is applied. |
ListAlarmsForMetric |
ListAlarmsForMetric.statistic(Statistics statistic)
The statistic for the metric. |
ListAlarmsForMetric |
ListAlarmsForMetric.unit(Unit unit)
The unit for the metric. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||