com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<AlarmHistoryItem>> |
AlarmAsyncApi.listHistory() |
org.jclouds.collect.PagedIterable<AlarmHistoryItem> |
AlarmApi.listHistory()
Return all history for all alarms.
|
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<AlarmHistoryItem>> |
AlarmAsyncApi.listHistory(ListAlarmHistoryOptions options) |
org.jclouds.collect.PagedIterable<AlarmHistoryItem> |
AlarmApi.listHistory(ListAlarmHistoryOptions options)
Return all history based on the options query
|
com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.IterableWithMarker<AlarmHistoryItem>> |
AlarmAsyncApi.listHistoryAt(String nextToken) |
org.jclouds.collect.IterableWithMarker<AlarmHistoryItem> |
AlarmApi.listHistoryAt(String nextToken)
Return a single page of history for the specified alarm.
|