Uses of Class
org.jclouds.cloudwatch.domain.Alarm
-
Packages that use Alarm Package Description 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 Modifier and Type Method Description PagedIterable<Alarm>
AlarmApi. list()
Return all alarms.PagedIterable<Alarm>
AlarmApi. list(ListAlarmsOptions options)
Return all alarms based on the options queryIterableWithMarker<Alarm>
AlarmApi. listAt(String nextToken)
Return a single page of alarms based on the options querycom.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 Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Alarm>>
ListAlarmsToPagedIterable. markerToNextForCallingArg0(String arg0)
-
Uses of Alarm in org.jclouds.cloudwatch.xml
Methods in org.jclouds.cloudwatch.xml that return Alarm Modifier and Type Method Description Alarm
MetricAlarmHandler. getResult()
Methods in org.jclouds.cloudwatch.xml that return types with arguments of type Alarm Modifier and Type Method Description com.google.common.collect.FluentIterable<Alarm>
ListAlarmsForMetricResponseHandler. getResult()
IterableWithMarker<Alarm>
ListAlarmsResponseHandler. getResult()
-