Uses of Class
software.amazon.awssdk.services.datazone.model.ListNotificationsResponse
-
Packages that use ListNotificationsResponse Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data.software.amazon.awssdk.services.datazone.paginators -
-
Uses of ListNotificationsResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return ListNotificationsResponse Modifier and Type Method Description default ListNotificationsResponseDataZoneClient. listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)Lists all Amazon DataZone notifications.default ListNotificationsResponseDataZoneClient. listNotifications(ListNotificationsRequest listNotificationsRequest)Lists all Amazon DataZone notifications.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type ListNotificationsResponse Modifier and Type Method Description default CompletableFuture<ListNotificationsResponse>DataZoneAsyncClient. listNotifications(Consumer<ListNotificationsRequest.Builder> listNotificationsRequest)Lists all Amazon DataZone notifications.default CompletableFuture<ListNotificationsResponse>DataZoneAsyncClient. listNotifications(ListNotificationsRequest listNotificationsRequest)Lists all Amazon DataZone notifications. -
Uses of ListNotificationsResponse in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type ListNotificationsResponse Modifier and Type Method Description Iterator<ListNotificationsResponse>ListNotificationsIterable. iterator()Method parameters in software.amazon.awssdk.services.datazone.paginators with type arguments of type ListNotificationsResponse Modifier and Type Method Description voidListNotificationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNotificationsResponse> subscriber)
-