Uses of Class
software.amazon.awssdk.services.notifications.model.ListNotificationConfigurationsResponse
-
Packages that use ListNotificationConfigurationsResponse 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.paginators -
-
Uses of ListNotificationConfigurationsResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return ListNotificationConfigurationsResponse Modifier and Type Method Description default ListNotificationConfigurationsResponseNotificationsClient. listNotificationConfigurations(Consumer<ListNotificationConfigurationsRequest.Builder> listNotificationConfigurationsRequest)Returns a list of abbreviatedNotificationConfigurationsaccording to specified filters, in reverse chronological order (newest first).default ListNotificationConfigurationsResponseNotificationsClient. listNotificationConfigurations(ListNotificationConfigurationsRequest listNotificationConfigurationsRequest)Returns a list of abbreviatedNotificationConfigurationsaccording to specified filters, in reverse chronological order (newest first).Methods in software.amazon.awssdk.services.notifications that return types with arguments of type ListNotificationConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListNotificationConfigurationsResponse>NotificationsAsyncClient. listNotificationConfigurations(Consumer<ListNotificationConfigurationsRequest.Builder> listNotificationConfigurationsRequest)Returns a list of abbreviatedNotificationConfigurationsaccording to specified filters, in reverse chronological order (newest first).default CompletableFuture<ListNotificationConfigurationsResponse>NotificationsAsyncClient. listNotificationConfigurations(ListNotificationConfigurationsRequest listNotificationConfigurationsRequest)Returns a list of abbreviatedNotificationConfigurationsaccording to specified filters, in reverse chronological order (newest first). -
Uses of ListNotificationConfigurationsResponse in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type ListNotificationConfigurationsResponse Modifier and Type Method Description Iterator<ListNotificationConfigurationsResponse>ListNotificationConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.notifications.paginators with type arguments of type ListNotificationConfigurationsResponse Modifier and Type Method Description voidListNotificationConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNotificationConfigurationsResponse> subscriber)
-