| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
Alert |
Alert.clone() |
Alert |
Alert.withAlertCode(String alertCode)
The code for the alert.
|
Alert |
Alert.withAlertMessage(String alertMessage)
If an alert is generated for a resource, an explanation of the reason for the alert.
|
Alert |
Alert.withCategory(AlertCategory category)
The category that MediaTailor assigns to the alert.
|
Alert |
Alert.withCategory(String category)
The category that MediaTailor assigns to the alert.
|
Alert |
Alert.withLastModifiedTime(Date lastModifiedTime)
The timestamp when the alert was last modified.
|
Alert |
Alert.withRelatedResourceArns(Collection<String> relatedResourceArns)
The Amazon Resource Names (ARNs) related to this alert.
|
Alert |
Alert.withRelatedResourceArns(String... relatedResourceArns)
The Amazon Resource Names (ARNs) related to this alert.
|
Alert |
Alert.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Alert> |
ListAlertsResult.getItems()
A list of alerts that are associated with this resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListAlertsResult |
ListAlertsResult.withItems(Alert... items)
A list of alerts that are associated with this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAlertsResult.setItems(Collection<Alert> items)
A list of alerts that are associated with this resource.
|
ListAlertsResult |
ListAlertsResult.withItems(Collection<Alert> items)
A list of alerts that are associated with this resource.
|
Copyright © 2025. All rights reserved.