| Package | Description |
|---|---|
| org.jclouds.cloudwatch.domain | |
| org.jclouds.cloudwatch.options |
| Modifier and Type | Method and Description |
|---|---|
static HistoryItemType |
HistoryItemType.fromValue(String value) |
HistoryItemType |
AlarmHistoryItem.getHistoryItemType()
return the type of alarm history item
|
static HistoryItemType |
HistoryItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryItemType[] |
HistoryItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AlarmHistoryItem(String alarmName,
String historyData,
HistoryItemType historyItemType,
String historySummary,
Date timestamp) |
| Modifier and Type | Method and Description |
|---|---|
ListAlarmHistoryOptions |
ListAlarmHistoryOptions.historyItemType(HistoryItemType historyItemType)
The type of alarm histories to retrieve.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.