Uses of Class
com.amazonaws.services.cloudwatch.model.MetricAlarm
Packages that use MetricAlarm
-
Uses of MetricAlarm in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return MetricAlarmModifier and TypeMethodDescriptionMetricAlarm.clone()
MetricAlarm.withActionsEnabled
(Boolean actionsEnabled) Indicates whether actions should be executed during any changes to the alarm's state.MetricAlarm.withAlarmActions
(String... alarmActions) The list of actions to execute when this alarm transitions into anALARM
state from any other state.MetricAlarm.withAlarmActions
(Collection<String> alarmActions) The list of actions to execute when this alarm transitions into anALARM
state from any other state.MetricAlarm.withAlarmArn
(String alarmArn) The Amazon Resource Name (ARN) of the alarm.MetricAlarm.withAlarmConfigurationUpdatedTimestamp
(Date alarmConfigurationUpdatedTimestamp) The time stamp of the last update to the alarm configuration.MetricAlarm.withAlarmDescription
(String alarmDescription) The description for the alarm.MetricAlarm.withAlarmName
(String alarmName) The name of the alarm.MetricAlarm.withComparisonOperator
(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the specifiedStatistic
andThreshold
.MetricAlarm.withComparisonOperator
(String comparisonOperator) The arithmetic operation to use when comparing the specifiedStatistic
andThreshold
.MetricAlarm.withDimensions
(Dimension... dimensions) The list of dimensions associated with the alarm's associated metric.MetricAlarm.withDimensions
(Collection<Dimension> dimensions) The list of dimensions associated with the alarm's associated metric.MetricAlarm.withEvaluationPeriods
(Integer evaluationPeriods) The number of periods over which data is compared to the specified threshold.MetricAlarm.withInsufficientDataActions
(String... insufficientDataActions) The list of actions to execute when this alarm transitions into anINSUFFICIENT_DATA
state from any other state.MetricAlarm.withInsufficientDataActions
(Collection<String> insufficientDataActions) The list of actions to execute when this alarm transitions into anINSUFFICIENT_DATA
state from any other state.MetricAlarm.withMetricName
(String metricName) The name of the alarm's metric.MetricAlarm.withNamespace
(String namespace) The namespace of alarm's associated metric.MetricAlarm.withOKActions
(String... oKActions) The list of actions to execute when this alarm transitions into anOK
state from any other state.MetricAlarm.withOKActions
(Collection<String> oKActions) The list of actions to execute when this alarm transitions into anOK
state from any other state.MetricAlarm.withPeriod
(Integer period) The period in seconds over which the statistic is applied.MetricAlarm.withStateReason
(String stateReason) A human-readable explanation for the alarm's state.MetricAlarm.withStateReasonData
(String stateReasonData) An explanation for the alarm's state in machine-readable JSON formatMetricAlarm.withStateUpdatedTimestamp
(Date stateUpdatedTimestamp) The time stamp of the last update to the alarm's state.MetricAlarm.withStateValue
(StateValue stateValue) The state value for the alarm.MetricAlarm.withStateValue
(String stateValue) The state value for the alarm.MetricAlarm.withStatistic
(Statistic statistic) The statistic to apply to the alarm's associated metric.MetricAlarm.withStatistic
(String statistic) The statistic to apply to the alarm's associated metric.MetricAlarm.withThreshold
(Double threshold) The value against which the specified statistic is compared.MetricAlarm.withUnit
(StandardUnit unit) The unit of the alarm's associated metric.The unit of the alarm's associated metric.Methods in com.amazonaws.services.cloudwatch.model that return types with arguments of type MetricAlarmModifier and TypeMethodDescriptionDescribeAlarmsForMetricResult.getMetricAlarms()
A list of information for each alarm with the specified metric.DescribeAlarmsResult.getMetricAlarms()
A list of information for the specified alarms.Methods in com.amazonaws.services.cloudwatch.model with parameters of type MetricAlarmModifier and TypeMethodDescriptionDescribeAlarmsForMetricResult.withMetricAlarms
(MetricAlarm... metricAlarms) A list of information for each alarm with the specified metric.DescribeAlarmsResult.withMetricAlarms
(MetricAlarm... metricAlarms) A list of information for the specified alarms.Method parameters in com.amazonaws.services.cloudwatch.model with type arguments of type MetricAlarmModifier and TypeMethodDescriptionvoid
DescribeAlarmsForMetricResult.setMetricAlarms
(Collection<MetricAlarm> metricAlarms) A list of information for each alarm with the specified metric.void
DescribeAlarmsResult.setMetricAlarms
(Collection<MetricAlarm> metricAlarms) A list of information for the specified alarms.DescribeAlarmsForMetricResult.withMetricAlarms
(Collection<MetricAlarm> metricAlarms) A list of information for each alarm with the specified metric.DescribeAlarmsResult.withMetricAlarms
(Collection<MetricAlarm> metricAlarms) A list of information for the specified alarms.