|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListAlarmHistoryOptions | |
|---|---|
| org.jclouds.cloudwatch.features | |
| org.jclouds.cloudwatch.options | |
| Uses of ListAlarmHistoryOptions in org.jclouds.cloudwatch.features |
|---|
| Methods in org.jclouds.cloudwatch.features with parameters of type ListAlarmHistoryOptions | |
|---|---|
org.jclouds.collect.PagedIterable<AlarmHistoryItem> |
AlarmApi.listHistory(ListAlarmHistoryOptions options)
Return all history based on the options query |
| Uses of ListAlarmHistoryOptions in org.jclouds.cloudwatch.options |
|---|
| Methods in org.jclouds.cloudwatch.options that return ListAlarmHistoryOptions | |
|---|---|
ListAlarmHistoryOptions |
ListAlarmHistoryOptions.alarmName(String alarmName)
The name of the alarm you want to filter against. |
ListAlarmHistoryOptions |
ListAlarmHistoryOptions.endDate(Date endDate)
The ending date to retrieve alarm history. |
ListAlarmHistoryOptions |
ListAlarmHistoryOptions.historyItemType(HistoryItemType historyItemType)
The type of alarm histories to retrieve. |
ListAlarmHistoryOptions |
ListAlarmHistoryOptions.maxRecords(int maxRecords)
The maximum number of alarm history records to retrieve. |
ListAlarmHistoryOptions |
ListAlarmHistoryOptions.startDate(Date startDate)
The starting date to retrieve alarm history. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||