MetricAlarm |
MetricAlarm.clone() |
|
MetricAlarm |
MetricAlarm.withActionsEnabled(Boolean actionsEnabled) |
Indicates whether actions should be executed during any changes to the
alarm's state.
|
MetricAlarm |
MetricAlarm.withAlarmActions(String... alarmActions) |
The list of actions to execute when this alarm transitions into an
ALARM state from any other state.
|
MetricAlarm |
MetricAlarm.withAlarmActions(Collection<String> alarmActions) |
The list of actions to execute when this alarm transitions into an
ALARM state from any other state.
|
MetricAlarm |
MetricAlarm.withAlarmArn(String alarmArn) |
The Amazon Resource Name (ARN) of the alarm.
|
MetricAlarm |
MetricAlarm.withAlarmConfigurationUpdatedTimestamp(Date alarmConfigurationUpdatedTimestamp) |
The time stamp of the last update to the alarm configuration.
|
MetricAlarm |
MetricAlarm.withAlarmDescription(String alarmDescription) |
The description for the alarm.
|
MetricAlarm |
MetricAlarm.withAlarmName(String alarmName) |
The name of the alarm.
|
MetricAlarm |
MetricAlarm.withComparisonOperator(ComparisonOperator comparisonOperator) |
The arithmetic operation to use when comparing the specified
Statistic and Threshold .
|
MetricAlarm |
MetricAlarm.withComparisonOperator(String comparisonOperator) |
The arithmetic operation to use when comparing the specified
Statistic and Threshold .
|
MetricAlarm |
MetricAlarm.withDimensions(Dimension... dimensions) |
The list of dimensions associated with the alarm's associated metric.
|
MetricAlarm |
MetricAlarm.withDimensions(Collection<Dimension> dimensions) |
The list of dimensions associated with the alarm's associated metric.
|
MetricAlarm |
MetricAlarm.withEvaluationPeriods(Integer evaluationPeriods) |
The number of periods over which data is compared to the specified
threshold.
|
MetricAlarm |
MetricAlarm.withInsufficientDataActions(String... insufficientDataActions) |
The list of actions to execute when this alarm transitions into an
INSUFFICIENT_DATA state from any other state.
|
MetricAlarm |
MetricAlarm.withInsufficientDataActions(Collection<String> insufficientDataActions) |
The list of actions to execute when this alarm transitions into an
INSUFFICIENT_DATA state from any other state.
|
MetricAlarm |
MetricAlarm.withMetricName(String metricName) |
The name of the alarm's metric.
|
MetricAlarm |
MetricAlarm.withNamespace(String namespace) |
The namespace of alarm's associated metric.
|
MetricAlarm |
MetricAlarm.withOKActions(String... oKActions) |
The list of actions to execute when this alarm transitions into an
OK state from any other state.
|
MetricAlarm |
MetricAlarm.withOKActions(Collection<String> oKActions) |
The list of actions to execute when this alarm transitions into an
OK state from any other state.
|
MetricAlarm |
MetricAlarm.withPeriod(Integer period) |
The period in seconds over which the statistic is applied.
|
MetricAlarm |
MetricAlarm.withStateReason(String stateReason) |
A human-readable explanation for the alarm's state.
|
MetricAlarm |
MetricAlarm.withStateReasonData(String stateReasonData) |
An explanation for the alarm's state in machine-readable JSON format
|
MetricAlarm |
MetricAlarm.withStateUpdatedTimestamp(Date stateUpdatedTimestamp) |
The time stamp of the last update to the alarm's state.
|
MetricAlarm |
MetricAlarm.withStateValue(StateValue stateValue) |
The state value for the alarm.
|
MetricAlarm |
MetricAlarm.withStateValue(String stateValue) |
The state value for the alarm.
|
MetricAlarm |
MetricAlarm.withStatistic(Statistic statistic) |
The statistic to apply to the alarm's associated metric.
|
MetricAlarm |
MetricAlarm.withStatistic(String statistic) |
The statistic to apply to the alarm's associated metric.
|
MetricAlarm |
MetricAlarm.withThreshold(Double threshold) |
The value against which the specified statistic is compared.
|
MetricAlarm |
MetricAlarm.withUnit(StandardUnit unit) |
The unit of the alarm's associated metric.
|
MetricAlarm |
MetricAlarm.withUnit(String unit) |
The unit of the alarm's associated metric.
|