| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model | |
| software.amazon.awssdk.services.devopsguru.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationChannel> |
ListNotificationChannelsResponse.channels()
An array that contains the requested notification channels.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationChannelsResponse.Builder |
ListNotificationChannelsResponse.Builder.channels(NotificationChannel... channels)
An array that contains the requested notification channels.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationChannelsResponse.Builder |
ListNotificationChannelsResponse.Builder.channels(Collection<NotificationChannel> channels)
An array that contains the requested notification channels.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<NotificationChannel> |
ListNotificationChannelsIterable.channels()
Returns an iterable to iterate through the paginated
ListNotificationChannelsResponse.channels() member. |
SdkPublisher<NotificationChannel> |
ListNotificationChannelsPublisher.channels()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.