Uses of Class
software.amazon.awssdk.services.notifications.model.ListNotificationConfigurationsRequest
-
Packages that use ListNotificationConfigurationsRequest 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 software.amazon.awssdk.services.notifications.transform -
-
Uses of ListNotificationConfigurationsRequest in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications with parameters of type ListNotificationConfigurationsRequest Modifier and Type Method Description default CompletableFuture<ListNotificationConfigurationsResponse>NotificationsAsyncClient. listNotificationConfigurations(ListNotificationConfigurationsRequest 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).default ListNotificationConfigurationsPublisherNotificationsAsyncClient. listNotificationConfigurationsPaginator(ListNotificationConfigurationsRequest listNotificationConfigurationsRequest)default ListNotificationConfigurationsIterableNotificationsClient. listNotificationConfigurationsPaginator(ListNotificationConfigurationsRequest listNotificationConfigurationsRequest) -
Uses of ListNotificationConfigurationsRequest in software.amazon.awssdk.services.notifications.paginators
Constructors in software.amazon.awssdk.services.notifications.paginators with parameters of type ListNotificationConfigurationsRequest Constructor Description ListNotificationConfigurationsIterable(NotificationsClient client, ListNotificationConfigurationsRequest firstRequest)ListNotificationConfigurationsPublisher(NotificationsAsyncClient client, ListNotificationConfigurationsRequest firstRequest) -
Uses of ListNotificationConfigurationsRequest in software.amazon.awssdk.services.notifications.transform
Methods in software.amazon.awssdk.services.notifications.transform with parameters of type ListNotificationConfigurationsRequest Modifier and Type Method Description SdkHttpFullRequestListNotificationConfigurationsRequestMarshaller. marshall(ListNotificationConfigurationsRequest listNotificationConfigurationsRequest)
-