Uses of Interface
software.amazon.awssdk.services.notifications.NotificationsAsyncClient
-
Packages that use NotificationsAsyncClient 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 NotificationsAsyncClient in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return NotificationsAsyncClient Modifier and Type Method Description static NotificationsAsyncClientNotificationsAsyncClient. create()Create aNotificationsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of NotificationsAsyncClient in software.amazon.awssdk.services.notifications.paginators
Constructors in software.amazon.awssdk.services.notifications.paginators with parameters of type NotificationsAsyncClient Constructor Description ListChannelsPublisher(NotificationsAsyncClient client, ListChannelsRequest firstRequest)ListEventRulesPublisher(NotificationsAsyncClient client, ListEventRulesRequest firstRequest)ListNotificationConfigurationsPublisher(NotificationsAsyncClient client, ListNotificationConfigurationsRequest firstRequest)ListNotificationEventsPublisher(NotificationsAsyncClient client, ListNotificationEventsRequest firstRequest)ListNotificationHubsPublisher(NotificationsAsyncClient client, ListNotificationHubsRequest firstRequest)
-