| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationFilterConfig |
NotificationFilterConfig.clone() |
NotificationFilterConfig |
NotificationChannelConfig.getFilters()
The filter configurations for the Amazon SNS notification topic you use with DevOps Guru.
|
NotificationFilterConfig |
NotificationFilterConfig.withMessageTypes(Collection<String> messageTypes)
The events that you want to receive notifications for.
|
NotificationFilterConfig |
NotificationFilterConfig.withMessageTypes(NotificationMessageType... messageTypes)
The events that you want to receive notifications for.
|
NotificationFilterConfig |
NotificationFilterConfig.withMessageTypes(String... messageTypes)
The events that you want to receive notifications for.
|
NotificationFilterConfig |
NotificationFilterConfig.withSeverities(Collection<String> severities)
The severity levels that you want to receive notifications for.
|
NotificationFilterConfig |
NotificationFilterConfig.withSeverities(InsightSeverity... severities)
The severity levels that you want to receive notifications for.
|
NotificationFilterConfig |
NotificationFilterConfig.withSeverities(String... severities)
The severity levels that you want to receive notifications for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationChannelConfig.setFilters(NotificationFilterConfig filters)
The filter configurations for the Amazon SNS notification topic you use with DevOps Guru.
|
NotificationChannelConfig |
NotificationChannelConfig.withFilters(NotificationFilterConfig filters)
The filter configurations for the Amazon SNS notification topic you use with DevOps Guru.
|
Copyright © 2022. All rights reserved.