Uses of Interface
software.amazon.awssdk.services.notifications.NotificationsClient
-
Packages that use NotificationsClient 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 NotificationsClient in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return NotificationsClient Modifier and Type Method Description static NotificationsClientNotificationsClient. create()Create aNotificationsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of NotificationsClient in software.amazon.awssdk.services.notifications.paginators
Constructors in software.amazon.awssdk.services.notifications.paginators with parameters of type NotificationsClient Constructor Description ListChannelsIterable(NotificationsClient client, ListChannelsRequest firstRequest)ListEventRulesIterable(NotificationsClient client, ListEventRulesRequest firstRequest)ListNotificationConfigurationsIterable(NotificationsClient client, ListNotificationConfigurationsRequest firstRequest)ListNotificationEventsIterable(NotificationsClient client, ListNotificationEventsRequest firstRequest)ListNotificationHubsIterable(NotificationsClient client, ListNotificationHubsRequest firstRequest)
-