static ListNotificationChannelsResponse.Builder |
ListNotificationChannelsResponse.builder() |
|
ListNotificationChannelsResponse.Builder |
ListNotificationChannelsResponse.Builder.channels(Collection<NotificationChannel> channels) |
An array that contains the requested notification channels.
|
ListNotificationChannelsResponse.Builder |
ListNotificationChannelsResponse.Builder.channels(Consumer<NotificationChannel.Builder>... channels) |
An array that contains the requested notification channels.
|
ListNotificationChannelsResponse.Builder |
ListNotificationChannelsResponse.Builder.channels(NotificationChannel... channels) |
An array that contains the requested notification channels.
|
ListNotificationChannelsResponse.Builder |
ListNotificationChannelsResponse.Builder.nextToken(String nextToken) |
The pagination token to use to retrieve the next page of results for this operation.
|
ListNotificationChannelsResponse.Builder |
ListNotificationChannelsResponse.toBuilder() |
|