| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannelConfig |
NotificationChannelConfig.clone() |
NotificationChannelConfig |
NotificationChannel.getConfig()
A
NotificationChannelConfig object that contains information about configured notification channels. |
NotificationChannelConfig |
AddNotificationChannelRequest.getConfig()
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
NotificationChannelConfig |
NotificationChannelConfig.withSns(SnsChannelConfig sns)
Information about a notification channel configured in DevOps Guru to send notifications when insights are
created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationChannel.setConfig(NotificationChannelConfig config)
A
NotificationChannelConfig object that contains information about configured notification channels. |
void |
AddNotificationChannelRequest.setConfig(NotificationChannelConfig config)
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
NotificationChannel |
NotificationChannel.withConfig(NotificationChannelConfig config)
A
NotificationChannelConfig object that contains information about configured notification channels. |
AddNotificationChannelRequest |
AddNotificationChannelRequest.withConfig(NotificationChannelConfig config)
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
Copyright © 2022. All rights reserved.