Uses of Class
org.jclouds.cloudwatch.options.SaveAlarmOptions
Packages that use SaveAlarmOptions
-
Uses of SaveAlarmOptions in org.jclouds.cloudwatch.features
Methods in org.jclouds.cloudwatch.features with parameters of type SaveAlarmOptionsModifier and TypeMethodDescriptionvoid
AlarmApi.save
(SaveAlarmOptions options) Creates or updates an alarm and associates it with the specified Amazon CloudWatch metric. -
Uses of SaveAlarmOptions in org.jclouds.cloudwatch.options
Methods in org.jclouds.cloudwatch.options that return SaveAlarmOptionsModifier and TypeMethodDescriptionSaveAlarmOptions.actionsEnabled
(boolean actionsEnabled) Indicates whether or not actions should be executed during any changes to the alarm's state.SaveAlarmOptions.alarmAction
(String alarmAction) The action to execute when this alarm transitions into an ALARM state from any other state.SaveAlarmOptions.alarmActions
(Set<String> alarmActions) The list of actions to execute when this alarm transitions into an ALARM state from any other state.SaveAlarmOptions.alarmDescription
(String alarmDescription) The description of the alarm.The name of the alarm.SaveAlarmOptions.comparisonOperator
(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the specified statistic and threshold.The dimension for the alarm's associated metric.SaveAlarmOptions.dimensions
(Set<Dimension> dimensions) The dimensions for the alarm's associated metric.SaveAlarmOptions.evaluationPeriods
(int evaluationPeriods) The number of periods over which data is compared to the specified threshold.SaveAlarmOptions.insufficientDataAction
(String insufficientDataAction) The actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state.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.metricName
(String metricName) The name for the alarm's associated metric.The namespace for the alarm's associated metric.The action to execute when this alarm transitions into an OK state from any other state.The list of actions to execute when this alarm transitions into an OK state from any other state.SaveAlarmOptions.period
(int period) The period in seconds over which the specified statistic is applied.SaveAlarmOptions.statistic
(Statistics statistic) The statistic to apply to the alarm's associated metric.SaveAlarmOptions.threshold
(double threshold) The value against which the specified statistic is compared.The unit for the alarm's associated metric.