| Package | Description |
|---|---|
| org.jclouds.cloudwatch.features | |
| org.jclouds.cloudwatch.functions | |
| org.jclouds.cloudwatch.xml |
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<AlarmHistoryItem> |
AlarmApi.listHistory()
Return all history for all alarms.
|
PagedIterable<AlarmHistoryItem> |
AlarmApi.listHistory(ListAlarmHistoryOptions options)
Return all history based on the options query
|
IterableWithMarker<AlarmHistoryItem> |
AlarmApi.listHistoryAt(String nextToken)
Return a single page of history for the specified alarm.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<AlarmHistoryItem>> |
ListAlarmHistoryToPagedIterable.markerToNextForCallingArg0(String arg0) |
| Modifier and Type | Method and Description |
|---|---|
AlarmHistoryItem |
AlarmHistoryItemHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
IterableWithMarker<AlarmHistoryItem> |
ListAlarmHistoryResponseHandler.getResult() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.