| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel |
NotificationChannel.clone() |
NotificationChannel |
NotificationChannel.withConfig(NotificationChannelConfig config)
A
NotificationChannelConfig object that contains information about configured notification channels. |
NotificationChannel |
NotificationChannel.withId(String id)
The ID of a notification channel.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationChannel> |
ListNotificationChannelsResult.getChannels()
An array that contains the requested notification channels.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationChannelsResult |
ListNotificationChannelsResult.withChannels(NotificationChannel... channels)
An array that contains the requested notification channels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotificationChannelsResult.setChannels(Collection<NotificationChannel> channels)
An array that contains the requested notification channels.
|
ListNotificationChannelsResult |
ListNotificationChannelsResult.withChannels(Collection<NotificationChannel> channels)
An array that contains the requested notification channels.
|
Copyright © 2023. All rights reserved.