| Package | Description | 
|---|---|
| org.jclouds.cloudwatch.features | |
| org.jclouds.cloudwatch.options | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AlarmApi. save(SaveAlarmOptions options)Creates or updates an alarm and associates it with the specified Amazon CloudWatch metric. | 
| Modifier and Type | Method and Description | 
|---|---|
| SaveAlarmOptions | SaveAlarmOptions. actionsEnabled(boolean actionsEnabled)Indicates whether or not actions should be executed during any changes to the alarm's state. | 
| SaveAlarmOptions | SaveAlarmOptions. alarmAction(String alarmAction)The action to execute when this alarm transitions into an ALARM state from any other state. | 
| SaveAlarmOptions | SaveAlarmOptions. alarmActions(Set<String> alarmActions)The list of actions to execute when this alarm transitions into an ALARM state from any other state. | 
| SaveAlarmOptions | SaveAlarmOptions. alarmDescription(String alarmDescription)The description of the alarm. | 
| SaveAlarmOptions | SaveAlarmOptions. alarmName(String alarmName)The name of the alarm. | 
| SaveAlarmOptions | SaveAlarmOptions. comparisonOperator(ComparisonOperator comparisonOperator)The arithmetic operation to use when comparing the specified statistic and threshold. | 
| SaveAlarmOptions | SaveAlarmOptions. dimension(Dimension dimension)The dimension for the alarm's associated metric. | 
| SaveAlarmOptions | SaveAlarmOptions. dimensions(Set<Dimension> dimensions)The dimensions for the alarm's associated metric. | 
| SaveAlarmOptions | SaveAlarmOptions. evaluationPeriods(int evaluationPeriods)The number of periods over which data is compared to the specified threshold. | 
| SaveAlarmOptions | SaveAlarmOptions. insufficientDataAction(String insufficientDataAction)The actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. | 
| SaveAlarmOptions | SaveAlarmOptions. insufficientDataActions(Set<String> insufficientDataActions)The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. | 
| SaveAlarmOptions | SaveAlarmOptions. metricName(String metricName)The name for the alarm's associated metric. | 
| SaveAlarmOptions | SaveAlarmOptions. namespace(String namespace)The namespace for the alarm's associated metric. | 
| SaveAlarmOptions | SaveAlarmOptions. okAction(String okAction)The action to execute when this alarm transitions into an OK state from any other state. | 
| SaveAlarmOptions | SaveAlarmOptions. okActions(Set<String> okActions)The list of actions to execute when this alarm transitions into an OK state from any other state. | 
| SaveAlarmOptions | SaveAlarmOptions. period(int period)The period in seconds over which the specified statistic is applied. | 
| SaveAlarmOptions | SaveAlarmOptions. statistic(Statistics statistic)The statistic to apply to the alarm's associated metric. | 
| SaveAlarmOptions | SaveAlarmOptions. threshold(double threshold)The value against which the specified statistic is compared. | 
| SaveAlarmOptions | SaveAlarmOptions. unit(Unit unit)The unit for the alarm's associated metric. | 
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.