Java com.amazonaws.services.cloudwatch.model MetricAlarm fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudwatch.model MetricAlarm fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudwatch.model MetricAlarm.

The text is from its open source code.

Subclass

com.amazonaws.services.cloudwatch.model.MetricAlarm has subclasses.
Click this link to see all its subclasses.

Method

BooleangetActionsEnabled()

Indicates whether actions should be executed during any changes to the alarm state.

java.util.ListgetAlarmActions()

The actions to execute when this alarm transitions to the ALARM state from any other state.

StringgetAlarmArn()

The Amazon Resource Name (ARN) of the alarm.

StringgetAlarmDescription()

The description of the alarm.

StringgetAlarmName()

The name of the alarm.

StringgetComparisonOperator()

The arithmetic operation to use when comparing the specified statistic and threshold.

java.util.ListgetDimensions()

The dimensions for the metric associated with the alarm.

StringgetEvaluateLowSampleCountPercentile()

Used only for alarms based on percentiles.

IntegergetEvaluationPeriods()

The number of periods over which data is compared to the specified threshold.

StringgetExtendedStatistic()

The percentile statistic for the metric associated with the alarm.

java.util.ListgetInsufficientDataActions()

The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state.

StringgetMetricName()

The name of the metric associated with the alarm, if this is an alarm based on a single metric.

StringgetNamespace()

The namespace of the metric associated with the alarm.

java.util.ListgetOKActions()

The actions to execute when this alarm transitions to the OK state from any other state.

IntegergetPeriod()

The period, in seconds, over which the statistic is applied.

StringgetStateValue()

The state value for the alarm.

StringgetStatistic()

The statistic for the metric associated with the alarm, other than percentile.

DoublegetThreshold()

The value to compare with the specified statistic.

StringgetTreatMissingData()

Sets how this alarm is to handle missing data points.

StringgetUnit()

The unit of the metric associated with the alarm.