| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.clone() |
AwsCloudWatchAlarmDetails |
ResourceDetails.getAwsCloudWatchAlarm()
Details about an Amazon CloudWatch alarm.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withActionsEnabled(Boolean actionsEnabled)
Indicates whether actions should be executed during any changes to the alarm state.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withAlarmActions(Collection<String> alarmActions)
The list of actions, specified as Amazon Resource Names (ARNs) to execute when this alarm transitions into an
ALARM state from any other state. |
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withAlarmActions(String... alarmActions)
The list of actions, specified as Amazon Resource Names (ARNs) to execute when this alarm transitions into an
ALARM state from any other state. |
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withAlarmArn(String alarmArn)
The ARN of the alarm.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withAlarmConfigurationUpdatedTimestamp(String alarmConfigurationUpdatedTimestamp)
The time stamp of the last update to the alarm configuration.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withAlarmDescription(String alarmDescription)
The description of the alarm.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withAlarmName(String alarmName)
The name of the alarm.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withComparisonOperator(String comparisonOperator)
The arithmetic operation to use when comparing the specified statistic and threshold.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withDatapointsToAlarm(Integer datapointsToAlarm)
The number of datapoints that must be breaching to trigger the alarm.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withDimensions(AwsCloudWatchAlarmDimensionsDetails... dimensions)
The dimensions for the metric associated with the alarm.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withDimensions(Collection<AwsCloudWatchAlarmDimensionsDetails> dimensions)
The dimensions for the metric associated with the alarm.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withEvaluateLowSampleCountPercentile(String evaluateLowSampleCountPercentile)
Used only for alarms based on percentiles.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withEvaluationPeriods(Integer evaluationPeriods)
The number of periods over which data is compared to the specified threshold.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withExtendedStatistic(String extendedStatistic)
The percentile statistic for the metric associated with the alarm.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withInsufficientDataActions(Collection<String> insufficientDataActions)
The actions to execute when this alarm transitions to the
INSUFFICIENT_DATA state from any other
state. |
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withInsufficientDataActions(String... insufficientDataActions)
The actions to execute when this alarm transitions to the
INSUFFICIENT_DATA state from any other
state. |
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withMetricName(String metricName)
The name of the metric associated with the alarm.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withNamespace(String namespace)
The namespace of the metric associated with the alarm.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withOkActions(Collection<String> okActions)
The actions to execute when this alarm transitions to the
OK state from any other state. |
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withOkActions(String... okActions)
The actions to execute when this alarm transitions to the
OK state from any other state. |
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withPeriod(Integer period)
The period, in seconds, over which the statistic is applied.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withStatistic(String statistic)
The statistic for the metric associated with the alarm, other than percentile.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withThreshold(Double threshold)
The value to compare with the specified statistic.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withThresholdMetricId(String thresholdMetricId)
n an alarm based on an anomaly detection model, this is the ID of the
ANOMALY_DETECTION_BAND
function used as the threshold for the alarm. |
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withTreatMissingData(String treatMissingData)
Sets how this alarm is to handle missing data points.
|
AwsCloudWatchAlarmDetails |
AwsCloudWatchAlarmDetails.withUnit(String unit)
The unit of the metric associated with the alarm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsCloudWatchAlarm(AwsCloudWatchAlarmDetails awsCloudWatchAlarm)
Details about an Amazon CloudWatch alarm.
|
ResourceDetails |
ResourceDetails.withAwsCloudWatchAlarm(AwsCloudWatchAlarmDetails awsCloudWatchAlarm)
Details about an Amazon CloudWatch alarm.
|
Copyright © 2023. All rights reserved.