Uses of Class
org.jclouds.cloudwatch.domain.Alarm

Packages that use Alarm
org.jclouds.cloudwatch.features   
org.jclouds.cloudwatch.functions   
org.jclouds.cloudwatch.xml   
 

Uses of Alarm in org.jclouds.cloudwatch.features
 

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

Uses of Alarm in org.jclouds.cloudwatch.functions
 

Methods in org.jclouds.cloudwatch.functions that return types with arguments of type Alarm
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Alarm>> ListAlarmsToPagedIterable.markerToNextForCallingArg0(String arg0)
           
 

Uses of Alarm in org.jclouds.cloudwatch.xml
 

Methods in org.jclouds.cloudwatch.xml that return Alarm
 Alarm MetricAlarmHandler.getResult()
           
 

Methods in org.jclouds.cloudwatch.xml that return types with arguments of type Alarm
 org.jclouds.collect.IterableWithMarker<Alarm> ListAlarmsResponseHandler.getResult()
           
 com.google.common.collect.FluentIterable<Alarm> ListAlarmsForMetricResponseHandler.getResult()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.