| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNotificationChannelsResponse.Builder> |
ListNotificationChannelsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.