Uses of Interface
software.amazon.awssdk.services.notifications.NotificationsBaseClientBuilder
-
Packages that use NotificationsBaseClientBuilder 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. -
-
Uses of NotificationsBaseClientBuilder in software.amazon.awssdk.services.notifications
Classes in software.amazon.awssdk.services.notifications with type parameters of type NotificationsBaseClientBuilder Modifier and Type Interface Description interfaceNotificationsBaseClientBuilder<B extends NotificationsBaseClientBuilder<B,C>,C>This includes configuration specific to AWS User Notifications that is supported by bothNotificationsClientBuilderandNotificationsAsyncClientBuilder.Subinterfaces of NotificationsBaseClientBuilder in software.amazon.awssdk.services.notifications Modifier and Type Interface Description interfaceNotificationsAsyncClientBuilderA builder for creating an instance ofNotificationsAsyncClient.interfaceNotificationsClientBuilderA builder for creating an instance ofNotificationsClient.
-