Uses of Interface
software.amazon.awssdk.services.notifications.model.ListManagedNotificationEventsRequest.Builder
-
Packages that use ListManagedNotificationEventsRequest.Builder Package Description software.amazon.awssdk.services.notifications The Amazon Web Services User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions.software.amazon.awssdk.services.notifications.model -
-
Uses of ListManagedNotificationEventsRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type ListManagedNotificationEventsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListManagedNotificationEventsResponse>NotificationsAsyncClient. listManagedNotificationEvents(Consumer<ListManagedNotificationEventsRequest.Builder> listManagedNotificationEventsRequest)Returns a list of Managed Notification Events according to specified filters, ordered by creation time in reverse chronological order (newest first).default ListManagedNotificationEventsResponseNotificationsClient. listManagedNotificationEvents(Consumer<ListManagedNotificationEventsRequest.Builder> listManagedNotificationEventsRequest)Returns a list of Managed Notification Events according to specified filters, ordered by creation time in reverse chronological order (newest first).default ListManagedNotificationEventsPublisherNotificationsAsyncClient. listManagedNotificationEventsPaginator(Consumer<ListManagedNotificationEventsRequest.Builder> listManagedNotificationEventsRequest)default ListManagedNotificationEventsIterableNotificationsClient. listManagedNotificationEventsPaginator(Consumer<ListManagedNotificationEventsRequest.Builder> listManagedNotificationEventsRequest) -
Uses of ListManagedNotificationEventsRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return ListManagedNotificationEventsRequest.Builder Modifier and Type Method Description static ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest. builder()ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest.Builder. endTime(Instant endTime)Latest time of events to return from this call.ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest.Builder. locale(String locale)The locale code of the language used for the retrieved NotificationEvent.ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest.Builder. locale(LocaleCode locale)The locale code of the language used for the retrieved NotificationEvent.ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned in this call.ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest.Builder. nextToken(String nextToken)The start token for paginated calls.ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest.Builder. organizationalUnitId(String organizationalUnitId)The Organizational Unit Id that an Amazon Web Services account belongs to.ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest.Builder. relatedAccount(String relatedAccount)The Amazon Web Services account ID associated with the Managed Notification Events.ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest.Builder. source(String source)The Amazon Web Services service the event originates from.ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest.Builder. startTime(Instant startTime)The earliest time of events to return from this call.ListManagedNotificationEventsRequest.BuilderListManagedNotificationEventsRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ListManagedNotificationEventsRequest.Builder Modifier and Type Method Description static Class<? extends ListManagedNotificationEventsRequest.Builder>ListManagedNotificationEventsRequest. serializableBuilderClass()
-