Uses of Class
software.amazon.awssdk.services.notifications.model.ListEventRulesResponse
-
Packages that use ListEventRulesResponse 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 -
-
Uses of ListEventRulesResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return ListEventRulesResponse Modifier and Type Method Description default ListEventRulesResponseNotificationsClient. listEventRules(Consumer<ListEventRulesRequest.Builder> 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).Methods in software.amazon.awssdk.services.notifications that return types with arguments of type ListEventRulesResponse Modifier and Type Method Description default CompletableFuture<ListEventRulesResponse>NotificationsAsyncClient. listEventRules(Consumer<ListEventRulesRequest.Builder> listEventRulesRequest)Returns a list of EventRules according to specified filters, in reverse chronological order (newest first).default CompletableFuture<ListEventRulesResponse>NotificationsAsyncClient. listEventRules(ListEventRulesRequest listEventRulesRequest)Returns a list of EventRules according to specified filters, in reverse chronological order (newest first). -
Uses of ListEventRulesResponse in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type ListEventRulesResponse Modifier and Type Method Description Iterator<ListEventRulesResponse>ListEventRulesIterable. iterator()Method parameters in software.amazon.awssdk.services.notifications.paginators with type arguments of type ListEventRulesResponse Modifier and Type Method Description voidListEventRulesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEventRulesResponse> subscriber)
-