Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model | |
com.amazonaws.services.cloudwatch.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<MetricAlarm> |
DescribeAlarmsResult.metricAlarms
A list of information for the specified alarms.
|
private SdkInternalList<MetricAlarm> |
DescribeAlarmsForMetricResult.metricAlarms
A list of information for each alarm with the specified metric.
|
Modifier and Type | Method and Description |
---|---|
MetricAlarm |
MetricAlarm.clone() |
MetricAlarm |
MetricAlarm.withActionsEnabled(java.lang.Boolean actionsEnabled)
Indicates whether actions should be executed during any changes to the
alarm's state.
|
MetricAlarm |
MetricAlarm.withAlarmActions(java.util.Collection<java.lang.String> alarmActions)
The list of actions to execute when this alarm transitions into an
ALARM state from any other state. |
MetricAlarm |
MetricAlarm.withAlarmActions(java.lang.String... alarmActions)
The list of actions to execute when this alarm transitions into an
ALARM state from any other state. |
MetricAlarm |
MetricAlarm.withAlarmArn(java.lang.String alarmArn)
The Amazon Resource Name (ARN) of the alarm.
|
MetricAlarm |
MetricAlarm.withAlarmConfigurationUpdatedTimestamp(java.util.Date alarmConfigurationUpdatedTimestamp)
The time stamp of the last update to the alarm configuration.
|
MetricAlarm |
MetricAlarm.withAlarmDescription(java.lang.String alarmDescription)
The description for the alarm.
|
MetricAlarm |
MetricAlarm.withAlarmName(java.lang.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(java.lang.String comparisonOperator)
The arithmetic operation to use when comparing the specified
Statistic and Threshold . |
MetricAlarm |
MetricAlarm.withDimensions(java.util.Collection<Dimension> dimensions)
The list of dimensions associated with the alarm's associated metric.
|
MetricAlarm |
MetricAlarm.withDimensions(Dimension... dimensions)
The list of dimensions associated with the alarm's associated metric.
|
MetricAlarm |
MetricAlarm.withEvaluationPeriods(java.lang.Integer evaluationPeriods)
The number of periods over which data is compared to the specified
threshold.
|
MetricAlarm |
MetricAlarm.withInsufficientDataActions(java.util.Collection<java.lang.String> insufficientDataActions)
The list of actions to execute when this alarm transitions into an
INSUFFICIENT_DATA state from any other state. |
MetricAlarm |
MetricAlarm.withInsufficientDataActions(java.lang.String... insufficientDataActions)
The list of actions to execute when this alarm transitions into an
INSUFFICIENT_DATA state from any other state. |
MetricAlarm |
MetricAlarm.withMetricName(java.lang.String metricName)
The name of the alarm's metric.
|
MetricAlarm |
MetricAlarm.withNamespace(java.lang.String namespace)
The namespace of alarm's associated metric.
|
MetricAlarm |
MetricAlarm.withOKActions(java.util.Collection<java.lang.String> oKActions)
The list of actions to execute when this alarm transitions into an
OK state from any other state. |
MetricAlarm |
MetricAlarm.withOKActions(java.lang.String... oKActions)
The list of actions to execute when this alarm transitions into an
OK state from any other state. |
MetricAlarm |
MetricAlarm.withPeriod(java.lang.Integer period)
The period in seconds over which the statistic is applied.
|
MetricAlarm |
MetricAlarm.withStateReason(java.lang.String stateReason)
A human-readable explanation for the alarm's state.
|
MetricAlarm |
MetricAlarm.withStateReasonData(java.lang.String stateReasonData)
An explanation for the alarm's state in machine-readable JSON format
|
MetricAlarm |
MetricAlarm.withStateUpdatedTimestamp(java.util.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(java.lang.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(java.lang.String statistic)
The statistic to apply to the alarm's associated metric.
|
MetricAlarm |
MetricAlarm.withThreshold(java.lang.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(java.lang.String unit)
The unit of the alarm's associated metric.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MetricAlarm> |
DescribeAlarmsResult.getMetricAlarms()
A list of information for the specified alarms.
|
java.util.List<MetricAlarm> |
DescribeAlarmsForMetricResult.getMetricAlarms()
A list of information for each alarm with the specified metric.
|
Modifier and Type | Method and Description |
---|---|
DescribeAlarmsResult |
DescribeAlarmsResult.withMetricAlarms(MetricAlarm... metricAlarms)
A list of information for the specified alarms.
|
DescribeAlarmsForMetricResult |
DescribeAlarmsForMetricResult.withMetricAlarms(MetricAlarm... metricAlarms)
A list of information for each alarm with the specified metric.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAlarmsResult.setMetricAlarms(java.util.Collection<MetricAlarm> metricAlarms)
A list of information for the specified alarms.
|
void |
DescribeAlarmsForMetricResult.setMetricAlarms(java.util.Collection<MetricAlarm> metricAlarms)
A list of information for each alarm with the specified metric.
|
DescribeAlarmsResult |
DescribeAlarmsResult.withMetricAlarms(java.util.Collection<MetricAlarm> metricAlarms)
A list of information for the specified alarms.
|
DescribeAlarmsForMetricResult |
DescribeAlarmsForMetricResult.withMetricAlarms(java.util.Collection<MetricAlarm> metricAlarms)
A list of information for each alarm with the specified metric.
|
Modifier and Type | Method and Description |
---|---|
MetricAlarm |
MetricAlarmStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |