Uses of Class
software.amazon.awssdk.services.notifications.model.ListEventRulesRequest
-
Packages that use ListEventRulesRequest Package Description software.amazon.awssdk.services.notifications The AWS 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.paginators software.amazon.awssdk.services.notifications.transform -
-
Uses of ListEventRulesRequest in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications with parameters of type ListEventRulesRequest Modifier and Type Method Description default CompletableFuture<ListEventRulesResponse>NotificationsAsyncClient. listEventRules(ListEventRulesRequest listEventRulesRequest)Returns a list of EventRules according to specified filters, in reverse chronological order (newest first).default ListEventRulesResponseNotificationsClient. listEventRules(ListEventRulesRequest listEventRulesRequest)Returns a list of EventRules according to specified filters, in reverse chronological order (newest first).default ListEventRulesPublisherNotificationsAsyncClient. listEventRulesPaginator(ListEventRulesRequest listEventRulesRequest)This is a variant ofNotificationsAsyncClient.listEventRules(software.amazon.awssdk.services.notifications.model.ListEventRulesRequest)operation.default ListEventRulesIterableNotificationsClient. listEventRulesPaginator(ListEventRulesRequest listEventRulesRequest)This is a variant ofNotificationsClient.listEventRules(software.amazon.awssdk.services.notifications.model.ListEventRulesRequest)operation. -
Uses of ListEventRulesRequest in software.amazon.awssdk.services.notifications.paginators
Constructors in software.amazon.awssdk.services.notifications.paginators with parameters of type ListEventRulesRequest Constructor Description ListEventRulesIterable(NotificationsClient client, ListEventRulesRequest firstRequest)ListEventRulesPublisher(NotificationsAsyncClient client, ListEventRulesRequest firstRequest) -
Uses of ListEventRulesRequest in software.amazon.awssdk.services.notifications.transform
Methods in software.amazon.awssdk.services.notifications.transform with parameters of type ListEventRulesRequest Modifier and Type Method Description SdkHttpFullRequestListEventRulesRequestMarshaller. marshall(ListEventRulesRequest listEventRulesRequest)
-