Uses of Class
software.amazon.awssdk.services.notifications.model.ManagedNotificationChildEventOverview
-
Packages that use ManagedNotificationChildEventOverview Package Description software.amazon.awssdk.services.notifications.model software.amazon.awssdk.services.notifications.paginators -
-
Uses of ManagedNotificationChildEventOverview in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ManagedNotificationChildEventOverview Modifier and Type Method Description List<ManagedNotificationChildEventOverview>ListManagedNotificationChildEventsResponse. managedNotificationChildEvents()A pagination token.Methods in software.amazon.awssdk.services.notifications.model with parameters of type ManagedNotificationChildEventOverview Modifier and Type Method Description ListManagedNotificationChildEventsResponse.BuilderListManagedNotificationChildEventsResponse.Builder. managedNotificationChildEvents(ManagedNotificationChildEventOverview... managedNotificationChildEvents)A pagination token.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type ManagedNotificationChildEventOverview Modifier and Type Method Description ListManagedNotificationChildEventsResponse.BuilderListManagedNotificationChildEventsResponse.Builder. managedNotificationChildEvents(Collection<ManagedNotificationChildEventOverview> managedNotificationChildEvents)A pagination token. -
Uses of ManagedNotificationChildEventOverview in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type ManagedNotificationChildEventOverview Modifier and Type Method Description SdkIterable<ManagedNotificationChildEventOverview>ListManagedNotificationChildEventsIterable. managedNotificationChildEvents()Returns an iterable to iterate through the paginatedListManagedNotificationChildEventsResponse.managedNotificationChildEvents()member.SdkPublisher<ManagedNotificationChildEventOverview>ListManagedNotificationChildEventsPublisher. managedNotificationChildEvents()Returns a publisher that can be used to get a stream of data.
-