| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationChannelConfig.Builder |
NotificationChannelConfig.builder() |
default NotificationChannelConfig.Builder |
NotificationChannelConfig.Builder.sns(Consumer<SnsChannelConfig.Builder> sns)
Information about a notification channel configured in DevOps Guru to send notifications when insights are
created.
|
NotificationChannelConfig.Builder |
NotificationChannelConfig.Builder.sns(SnsChannelConfig sns)
Information about a notification channel configured in DevOps Guru to send notifications when insights are
created.
|
NotificationChannelConfig.Builder |
NotificationChannelConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationChannelConfig.Builder> |
NotificationChannelConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AddNotificationChannelRequest.Builder |
AddNotificationChannelRequest.Builder.config(Consumer<NotificationChannelConfig.Builder> config)
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
default NotificationChannel.Builder |
NotificationChannel.Builder.config(Consumer<NotificationChannelConfig.Builder> config)
A
NotificationChannelConfig object that contains information about configured notification
channels. |
Copyright © 2021. All rights reserved.