Uses of Class
software.amazon.awssdk.services.notificationscontacts.model.SendActivationCodeResponse
-
Packages that use SendActivationCodeResponse 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 SendActivationCodeResponse in software.amazon.awssdk.services.notificationscontacts
Methods in software.amazon.awssdk.services.notificationscontacts that return SendActivationCodeResponse Modifier and Type Method Description default SendActivationCodeResponseNotificationsContactsClient. sendActivationCode(Consumer<SendActivationCodeRequest.Builder> sendActivationCodeRequest)Sends an activation email to the email address associated with the specified email contact.default SendActivationCodeResponseNotificationsContactsClient. sendActivationCode(SendActivationCodeRequest sendActivationCodeRequest)Sends an activation email to the email address associated with the specified email contact.Methods in software.amazon.awssdk.services.notificationscontacts that return types with arguments of type SendActivationCodeResponse Modifier and Type Method Description default CompletableFuture<SendActivationCodeResponse>NotificationsContactsAsyncClient. sendActivationCode(Consumer<SendActivationCodeRequest.Builder> sendActivationCodeRequest)Sends an activation email to the email address associated with the specified email contact.default CompletableFuture<SendActivationCodeResponse>NotificationsContactsAsyncClient. sendActivationCode(SendActivationCodeRequest sendActivationCodeRequest)Sends an activation email to the email address associated with the specified email contact.
-