| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
AlertSummary |
AlertSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
AlertSummary |
AlertSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
AlertSummary |
AlertSummary.clone() |
AlertSummary |
AlertSummary.withAlertArn(String alertArn)
The ARN of the alert.
|
AlertSummary |
AlertSummary.withAlertName(String alertName)
The name of the alert.
|
AlertSummary |
AlertSummary.withAlertSensitivityThreshold(Integer alertSensitivityThreshold)
The minimum severity for an anomaly to trigger the alert.
|
AlertSummary |
AlertSummary.withAlertStatus(AlertStatus alertStatus)
The status of the alert.
|
AlertSummary |
AlertSummary.withAlertStatus(String alertStatus)
The status of the alert.
|
AlertSummary |
AlertSummary.withAlertType(AlertType alertType)
The type of the alert.
|
AlertSummary |
AlertSummary.withAlertType(String alertType)
The type of the alert.
|
AlertSummary |
AlertSummary.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to which the alert is attached.
|
AlertSummary |
AlertSummary.withCreationTime(Date creationTime)
The time at which the alert was created.
|
AlertSummary |
AlertSummary.withLastModificationTime(Date lastModificationTime)
The time at which the alert was last modified.
|
AlertSummary |
AlertSummary.withTags(Map<String,String> tags)
The alert's tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlertSummary> |
ListAlertsResult.getAlertSummaryList()
Contains information about an alert.
|
| Modifier and Type | Method and Description |
|---|---|
ListAlertsResult |
ListAlertsResult.withAlertSummaryList(AlertSummary... alertSummaryList)
Contains information about an alert.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAlertsResult.setAlertSummaryList(Collection<AlertSummary> alertSummaryList)
Contains information about an alert.
|
ListAlertsResult |
ListAlertsResult.withAlertSummaryList(Collection<AlertSummary> alertSummaryList)
Contains information about an alert.
|
Copyright © 2024. All rights reserved.