|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudwatch.options.ListAlarmHistoryOptions
@Beta public class ListAlarmHistoryOptions
Options used to describe alarm history.
| Field Summary |
|---|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ListAlarmHistoryOptions()
|
|
| Method Summary | |
|---|---|
ListAlarmHistoryOptions |
alarmName(String alarmName)
The name of the alarm you want to filter against. |
ListAlarmHistoryOptions |
endDate(Date endDate)
The ending date to retrieve alarm history. |
ListAlarmHistoryOptions |
historyItemType(HistoryItemType historyItemType)
The type of alarm histories to retrieve. |
ListAlarmHistoryOptions |
maxRecords(int maxRecords)
The maximum number of alarm history records to retrieve. |
ListAlarmHistoryOptions |
startDate(Date startDate)
The starting date to retrieve alarm history. |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListAlarmHistoryOptions()
| Method Detail |
|---|
public ListAlarmHistoryOptions alarmName(String alarmName)
alarmName - the name of the alarm you want to filter against
ListAlarmHistoryOptions objectpublic ListAlarmHistoryOptions endDate(Date endDate)
endDate - the ending date to retrieve alarm history
ListAlarmHistoryOptions objectpublic ListAlarmHistoryOptions historyItemType(HistoryItemType historyItemType)
historyItemType - type of alarm histories to retrieve
ListAlarmHistoryOptions objectpublic ListAlarmHistoryOptions maxRecords(int maxRecords)
maxRecords - maximum number of alarm history records to retrieve
ListAlarmHistoryOptions objectpublic ListAlarmHistoryOptions startDate(Date startDate)
startDate - the starting date to retrieve alarm history
ListAlarmHistoryOptions object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||