| Methods in org.jclouds.cloudwatch.features that return types with arguments of type Alarm |
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<Alarm>> |
AlarmAsyncApi.list()
|
org.jclouds.collect.PagedIterable<Alarm> |
AlarmApi.list()
Return all alarms. |
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<Alarm>> |
AlarmAsyncApi.list(ListAlarmsOptions options)
|
org.jclouds.collect.PagedIterable<Alarm> |
AlarmApi.list(ListAlarmsOptions options)
Return all alarms based on the options query |
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.IterableWithMarker<Alarm>> |
AlarmAsyncApi.listAt(String nextToken)
|
org.jclouds.collect.IterableWithMarker<Alarm> |
AlarmApi.listAt(String nextToken)
Return a single page of alarms based on the options query |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<Alarm>> |
AlarmAsyncApi.listForMetric(ListAlarmsForMetric options)
|
com.google.common.collect.FluentIterable<Alarm> |
AlarmApi.listForMetric(ListAlarmsForMetric options)
Return alarms all alarms for a single metric. |