Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
delete(Iterable<String> alarmNames) |
com.google.common.util.concurrent.ListenableFuture<Void> |
disable(Iterable<String> alarmNames) |
com.google.common.util.concurrent.ListenableFuture<Void> |
enable(Iterable<String> alarmNames) |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Alarm>> |
list() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Alarm>> |
list(ListAlarmsOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends IterableWithMarker<Alarm>> |
listAt(String nextToken) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<Alarm>> |
listForMetric(ListAlarmsForMetric options) |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<AlarmHistoryItem>> |
listHistory() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<AlarmHistoryItem>> |
listHistory(ListAlarmHistoryOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends IterableWithMarker<AlarmHistoryItem>> |
listHistoryAt(String nextToken) |
com.google.common.util.concurrent.ListenableFuture<Void> |
save(SaveAlarmOptions options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
setState(String alarmName,
String stateReason,
String stateReasonData,
Alarm.State state) |
@Named(value="DeleteAlarms") com.google.common.util.concurrent.ListenableFuture<Void> delete(Iterable<String> alarmNames)
AlarmApi.delete(Iterable)
@Named(value="DescribeAlarmHistory") com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<AlarmHistoryItem>> listHistory()
AlarmApi.listHistory()
@Named(value="DescribeAlarmHistory") com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<AlarmHistoryItem>> listHistory(ListAlarmHistoryOptions options)
@Named(value="DescribeAlarmHistory") com.google.common.util.concurrent.ListenableFuture<? extends IterableWithMarker<AlarmHistoryItem>> listHistoryAt(String nextToken)
AlarmApi.listHistoryAt(String)
@Named(value="DescribeAlarms") com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Alarm>> list()
AlarmApi.list()
@Named(value="DescribeAlarms") com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Alarm>> list(ListAlarmsOptions options)
@Named(value="DescribeAlarms") com.google.common.util.concurrent.ListenableFuture<? extends IterableWithMarker<Alarm>> listAt(String nextToken)
AlarmApi.listAt(String)
@Named(value="DescribeAlarmsForMetric") com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<Alarm>> listForMetric(ListAlarmsForMetric options)
@Named(value="DisableAlarmActions") com.google.common.util.concurrent.ListenableFuture<Void> disable(Iterable<String> alarmNames)
AlarmApi.disable(Iterable)
@Named(value="EnableAlarmActions") com.google.common.util.concurrent.ListenableFuture<Void> enable(Iterable<String> alarmNames)
AlarmApi.enable(Iterable)
@Named(value="PutMetricAlarm") com.google.common.util.concurrent.ListenableFuture<Void> save(SaveAlarmOptions options)
Copyright © 2009-2013 jclouds. All Rights Reserved.