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