Uses of Class
org.jclouds.cloudwatch.options.ListAlarmHistoryOptions
-
Packages that use ListAlarmHistoryOptions Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description ListAlarmHistoryOptionsListAlarmHistoryOptions. alarmName(String alarmName)The name of the alarm you want to filter against.ListAlarmHistoryOptionsListAlarmHistoryOptions. endDate(Date endDate)The ending date to retrieve alarm history.ListAlarmHistoryOptionsListAlarmHistoryOptions. historyItemType(HistoryItemType historyItemType)The type of alarm histories to retrieve.ListAlarmHistoryOptionsListAlarmHistoryOptions. maxRecords(int maxRecords)The maximum number of alarm history records to retrieve.ListAlarmHistoryOptionsListAlarmHistoryOptions. startDate(Date startDate)The starting date to retrieve alarm history.
-