Uses of Class
software.amazon.awssdk.services.datazone.model.NotificationOutput
-
Packages that use NotificationOutput Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of NotificationOutput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type NotificationOutput Modifier and Type Method Description List<NotificationOutput>ListNotificationsResponse. notifications()The results of theListNotificationsaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type NotificationOutput Modifier and Type Method Description ListNotificationsResponse.BuilderListNotificationsResponse.Builder. notifications(NotificationOutput... notifications)The results of theListNotificationsaction.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type NotificationOutput Modifier and Type Method Description ListNotificationsResponse.BuilderListNotificationsResponse.Builder. notifications(Collection<NotificationOutput> notifications)The results of theListNotificationsaction. -
Uses of NotificationOutput in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type NotificationOutput Modifier and Type Method Description SdkIterable<NotificationOutput>ListNotificationsIterable. notifications()Returns an iterable to iterate through the paginatedListNotificationsResponse.notifications()member.SdkPublisher<NotificationOutput>ListNotificationsPublisher. notifications()Returns a publisher that can be used to get a stream of data.
-