| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationChannelConfig.Builder |
NotificationChannelConfig.builder() |
default NotificationChannelConfig.Builder |
NotificationChannelConfig.Builder.filters(Consumer<NotificationFilterConfig.Builder> filters)
The filter configurations for the Amazon SNS notification topic you use with DevOps Guru.
|
NotificationChannelConfig.Builder |
NotificationChannelConfig.Builder.filters(NotificationFilterConfig filters)
The filter configurations for the Amazon SNS notification topic you use with DevOps Guru.
|
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 NotificationChannel.Builder |
NotificationChannel.Builder.config(Consumer<NotificationChannelConfig.Builder> config)
A
NotificationChannelConfig object that contains information about configured notification
channels. |
default AddNotificationChannelRequest.Builder |
AddNotificationChannelRequest.Builder.config(Consumer<NotificationChannelConfig.Builder> config)
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
Copyright © 2023. All rights reserved.