| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
Alert |
Alert.clone() |
Alert |
DescribeAlertResult.getAlert()
Contains information about an alert.
|
Alert |
Alert.withAction(Action action)
Action that will be triggered when there is an alert.
|
Alert |
Alert.withAlertArn(String alertArn)
The ARN of the alert.
|
Alert |
Alert.withAlertDescription(String alertDescription)
A description of the alert.
|
Alert |
Alert.withAlertFilters(AlertFilters alertFilters)
The configuration of the alert filters, containing MetricList and DimensionFilter.
|
Alert |
Alert.withAlertName(String alertName)
The name of the alert.
|
Alert |
Alert.withAlertSensitivityThreshold(Integer alertSensitivityThreshold)
The minimum severity for an anomaly to trigger the alert.
|
Alert |
Alert.withAlertStatus(AlertStatus alertStatus)
The status of the alert.
|
Alert |
Alert.withAlertStatus(String alertStatus)
The status of the alert.
|
Alert |
Alert.withAlertType(AlertType alertType)
The type of the alert.
|
Alert |
Alert.withAlertType(String alertType)
The type of the alert.
|
Alert |
Alert.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to which the alert is attached.
|
Alert |
Alert.withCreationTime(Date creationTime)
The time at which the alert was created.
|
Alert |
Alert.withLastModificationTime(Date lastModificationTime)
The time at which the alert was last modified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAlertResult.setAlert(Alert alert)
Contains information about an alert.
|
DescribeAlertResult |
DescribeAlertResult.withAlert(Alert alert)
Contains information about an alert.
|
Copyright © 2023. All rights reserved.