| Package | Description | 
|---|---|
| org.jclouds.cloudwatch.features | |
| org.jclouds.cloudwatch.functions | |
| org.jclouds.cloudwatch.xml | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Alarm>> | 
AlarmAsyncApi.list()  | 
PagedIterable<Alarm> | 
AlarmApi.list()
Return all alarms. 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Alarm>> | 
AlarmAsyncApi.list(ListAlarmsOptions options)  | 
PagedIterable<Alarm> | 
AlarmApi.list(ListAlarmsOptions options)
Return all alarms based on the options query 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends IterableWithMarker<Alarm>> | 
AlarmAsyncApi.listAt(String nextToken)  | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Alarm>> | 
ListAlarmsToPagedIterable.markerToNextForCallingArg0(String arg0)  | 
| Modifier and Type | Method and Description | 
|---|---|
Alarm | 
MetricAlarmHandler.getResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
IterableWithMarker<Alarm> | 
ListAlarmsResponseHandler.getResult()  | 
com.google.common.collect.FluentIterable<Alarm> | 
ListAlarmsForMetricResponseHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.