Package | Description |
---|---|
org.jclouds.cloudwatch.features | |
org.jclouds.cloudwatch.functions | |
org.jclouds.cloudwatch.xml |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Alarm> |
AlarmApi.list()
Return all alarms.
|
PagedIterable<Alarm> |
AlarmApi.list(ListAlarmsOptions options)
Return all alarms based on the options query
|
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.
|
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-2016 The Apache Software Foundation. All Rights Reserved.