Uses of Class
software.amazon.awssdk.services.notifications.model.ManagedNotificationEventOverview
-
Packages that use ManagedNotificationEventOverview Package Description software.amazon.awssdk.services.notifications.model software.amazon.awssdk.services.notifications.paginators -
-
Uses of ManagedNotificationEventOverview in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ManagedNotificationEventOverview Modifier and Type Method Description List<ManagedNotificationEventOverview>ListManagedNotificationEventsResponse. managedNotificationEvents()A list of Managed Notification Events matching the request criteria.Methods in software.amazon.awssdk.services.notifications.model with parameters of type ManagedNotificationEventOverview Modifier and Type Method Description ListManagedNotificationEventsResponse.BuilderListManagedNotificationEventsResponse.Builder. managedNotificationEvents(ManagedNotificationEventOverview... managedNotificationEvents)A list of Managed Notification Events matching the request criteria.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type ManagedNotificationEventOverview Modifier and Type Method Description ListManagedNotificationEventsResponse.BuilderListManagedNotificationEventsResponse.Builder. managedNotificationEvents(Collection<ManagedNotificationEventOverview> managedNotificationEvents)A list of Managed Notification Events matching the request criteria. -
Uses of ManagedNotificationEventOverview in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type ManagedNotificationEventOverview Modifier and Type Method Description SdkIterable<ManagedNotificationEventOverview>ListManagedNotificationEventsIterable. managedNotificationEvents()Returns an iterable to iterate through the paginatedListManagedNotificationEventsResponse.managedNotificationEvents()member.SdkPublisher<ManagedNotificationEventOverview>ListManagedNotificationEventsPublisher. managedNotificationEvents()Returns a publisher that can be used to get a stream of data.
-