Uses of Class
org.jclouds.cloudwatch.domain.AlarmHistoryItem
-
Packages that use AlarmHistoryItem Package Description org.jclouds.cloudwatch.features org.jclouds.cloudwatch.functions org.jclouds.cloudwatch.xml -
-
Uses of AlarmHistoryItem in org.jclouds.cloudwatch.features
Methods in org.jclouds.cloudwatch.features that return types with arguments of type AlarmHistoryItem Modifier and Type Method Description PagedIterable<AlarmHistoryItem>
AlarmApi. listHistory()
Return all history for all alarms.PagedIterable<AlarmHistoryItem>
AlarmApi. listHistory(ListAlarmHistoryOptions options)
Return all history based on the options queryIterableWithMarker<AlarmHistoryItem>
AlarmApi. listHistoryAt(String nextToken)
Return a single page of history for the specified alarm. -
Uses of AlarmHistoryItem in org.jclouds.cloudwatch.functions
Methods in org.jclouds.cloudwatch.functions that return types with arguments of type AlarmHistoryItem Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<AlarmHistoryItem>>
ListAlarmHistoryToPagedIterable. markerToNextForCallingArg0(String arg0)
-
Uses of AlarmHistoryItem in org.jclouds.cloudwatch.xml
Methods in org.jclouds.cloudwatch.xml that return AlarmHistoryItem Modifier and Type Method Description AlarmHistoryItem
AlarmHistoryItemHandler. getResult()
Methods in org.jclouds.cloudwatch.xml that return types with arguments of type AlarmHistoryItem Modifier and Type Method Description IterableWithMarker<AlarmHistoryItem>
ListAlarmHistoryResponseHandler. getResult()
-