Uses of Interface
software.amazon.awssdk.services.notificationscontacts.NotificationsContactsBaseClientBuilder
-
Packages that use NotificationsContactsBaseClientBuilder Package Description software.amazon.awssdk.services.notificationscontacts AWS User Notifications Contacts is a service that allows you to create and manage email contacts for AWS User Notifications. -
-
Uses of NotificationsContactsBaseClientBuilder in software.amazon.awssdk.services.notificationscontacts
Classes in software.amazon.awssdk.services.notificationscontacts with type parameters of type NotificationsContactsBaseClientBuilder Modifier and Type Interface Description interfaceNotificationsContactsBaseClientBuilder<B extends NotificationsContactsBaseClientBuilder<B,C>,C>This includes configuration specific to AWS User Notifications Contacts that is supported by bothNotificationsContactsClientBuilderandNotificationsContactsAsyncClientBuilder.Subinterfaces of NotificationsContactsBaseClientBuilder in software.amazon.awssdk.services.notificationscontacts Modifier and Type Interface Description interfaceNotificationsContactsAsyncClientBuilderA builder for creating an instance ofNotificationsContactsAsyncClient.interfaceNotificationsContactsClientBuilderA builder for creating an instance ofNotificationsContactsClient.
-