| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model | |
| software.amazon.awssdk.services.datazone.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationOutput> |
ListNotificationsResponse.notifications()
The results of the
ListNotifications action. |
| Modifier and Type | Method and Description |
|---|---|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.notifications(NotificationOutput... notifications)
The results of the
ListNotifications action. |
| Modifier and Type | Method and Description |
|---|---|
ListNotificationsResponse.Builder |
ListNotificationsResponse.Builder.notifications(Collection<NotificationOutput> notifications)
The results of the
ListNotifications action. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<NotificationOutput> |
ListNotificationsPublisher.notifications()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<NotificationOutput> |
ListNotificationsIterable.notifications()
Returns an iterable to iterate through the paginated
ListNotificationsResponse.notifications() member. |
Copyright © 2023. All rights reserved.