PutMetricAlarmRequest |
PutMetricAlarmRequest.clone() |
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withActionsEnabled(Boolean actionsEnabled) |
Indicates whether or not actions should be executed during any changes to
the alarm's state.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withAlarmActions(String... alarmActions) |
The list of actions to execute when this alarm transitions into an
ALARM state from any other state.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withAlarmActions(Collection<String> alarmActions) |
The list of actions to execute when this alarm transitions into an
ALARM state from any other state.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withAlarmDescription(String alarmDescription) |
The description for the alarm.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withAlarmName(String alarmName) |
The descriptive name for the alarm.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withComparisonOperator(ComparisonOperator comparisonOperator) |
The arithmetic operation to use when comparing the specified
Statistic and Threshold .
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withComparisonOperator(String comparisonOperator) |
The arithmetic operation to use when comparing the specified
Statistic and Threshold .
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withDimensions(Dimension... dimensions) |
The dimensions for the alarm's associated metric.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withDimensions(Collection<Dimension> dimensions) |
The dimensions for the alarm's associated metric.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withEvaluationPeriods(Integer evaluationPeriods) |
The number of periods over which data is compared to the specified
threshold.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withInsufficientDataActions(String... insufficientDataActions) |
The list of actions to execute when this alarm transitions into an
INSUFFICIENT_DATA state from any other state.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withInsufficientDataActions(Collection<String> insufficientDataActions) |
The list of actions to execute when this alarm transitions into an
INSUFFICIENT_DATA state from any other state.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withMetricName(String metricName) |
The name for the alarm's associated metric.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withNamespace(String namespace) |
The namespace for the alarm's associated metric.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withOKActions(String... oKActions) |
The list of actions to execute when this alarm transitions into an
OK state from any other state.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withOKActions(Collection<String> oKActions) |
The list of actions to execute when this alarm transitions into an
OK state from any other state.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withPeriod(Integer period) |
The period in seconds over which the specified statistic is applied.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withStatistic(Statistic statistic) |
The statistic to apply to the alarm's associated metric.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withStatistic(String statistic) |
The statistic to apply to the alarm's associated metric.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withThreshold(Double threshold) |
The value against which the specified statistic is compared.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withUnit(StandardUnit unit) |
The statistic's unit of measure.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withUnit(String unit) |
The statistic's unit of measure.
|