| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static ListNotificationsResponse.Builder |
ListNotificationsResponse.builder() |
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.nextToken(String nextToken)
When the number of notifications is greater than the default value for the
MaxResults parameter,
or if you explicitly specify a value for MaxResults that is less than the number of
notifications, the response includes a pagination token named NextToken. |
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.notifications(Collection<NotificationOutput> notifications)
The results of the
ListNotifications action. |
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.notifications(Consumer<NotificationOutput.Builder>... notifications)
The results of the
ListNotifications action. |
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.notifications(NotificationOutput... notifications)
The results of the
ListNotifications action. |
ListNotificationsResponse.Builder |
ListNotificationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNotificationsResponse.Builder> |
ListNotificationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.