| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmediapipelines.model |
| Modifier and Type | Method and Description |
|---|---|
RealTimeAlertRule |
RealTimeAlertRule.clone() |
RealTimeAlertRule |
RealTimeAlertRule.withIssueDetectionConfiguration(IssueDetectionConfiguration issueDetectionConfiguration)
Specifies the issue detection settings for a real-time alert rule.
|
RealTimeAlertRule |
RealTimeAlertRule.withKeywordMatchConfiguration(KeywordMatchConfiguration keywordMatchConfiguration)
Specifies the settings for matching the keywords in a real-time alert rule.
|
RealTimeAlertRule |
RealTimeAlertRule.withSentimentConfiguration(SentimentConfiguration sentimentConfiguration)
Specifies the settings for predicting sentiment in a real-time alert rule.
|
RealTimeAlertRule |
RealTimeAlertRule.withType(RealTimeAlertRuleType type)
The type of alert rule.
|
RealTimeAlertRule |
RealTimeAlertRule.withType(String type)
The type of alert rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<RealTimeAlertRule> |
RealTimeAlertConfiguration.getRules()
The rules in the alert.
|
| Modifier and Type | Method and Description |
|---|---|
RealTimeAlertConfiguration |
RealTimeAlertConfiguration.withRules(RealTimeAlertRule... rules)
The rules in the alert.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealTimeAlertConfiguration.setRules(Collection<RealTimeAlertRule> rules)
The rules in the alert.
|
RealTimeAlertConfiguration |
RealTimeAlertConfiguration.withRules(Collection<RealTimeAlertRule> rules)
The rules in the alert.
|
Copyright © 2023. All rights reserved.