Uses of Class
software.amazon.awssdk.services.notificationscontacts.model.CreateEmailContactResponse
-
Packages that use CreateEmailContactResponse 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 CreateEmailContactResponse in software.amazon.awssdk.services.notificationscontacts
Methods in software.amazon.awssdk.services.notificationscontacts that return CreateEmailContactResponse Modifier and Type Method Description default CreateEmailContactResponseNotificationsContactsClient. createEmailContact(Consumer<CreateEmailContactRequest.Builder> createEmailContactRequest)Creates an email contact for the provided email address.default CreateEmailContactResponseNotificationsContactsClient. createEmailContact(CreateEmailContactRequest createEmailContactRequest)Creates an email contact for the provided email address.Methods in software.amazon.awssdk.services.notificationscontacts that return types with arguments of type CreateEmailContactResponse Modifier and Type Method Description default CompletableFuture<CreateEmailContactResponse>NotificationsContactsAsyncClient. createEmailContact(Consumer<CreateEmailContactRequest.Builder> createEmailContactRequest)Creates an email contact for the provided email address.default CompletableFuture<CreateEmailContactResponse>NotificationsContactsAsyncClient. createEmailContact(CreateEmailContactRequest createEmailContactRequest)Creates an email contact for the provided email address.
-