Uses of Class
software.amazon.awssdk.services.notificationscontacts.model.SendActivationCodeRequest
-
Packages that use SendActivationCodeRequest 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.software.amazon.awssdk.services.notificationscontacts.transform -
-
Uses of SendActivationCodeRequest in software.amazon.awssdk.services.notificationscontacts
Methods in software.amazon.awssdk.services.notificationscontacts with parameters of type SendActivationCodeRequest Modifier and Type Method Description default CompletableFuture<SendActivationCodeResponse>NotificationsContactsAsyncClient. sendActivationCode(SendActivationCodeRequest 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. -
Uses of SendActivationCodeRequest in software.amazon.awssdk.services.notificationscontacts.transform
Methods in software.amazon.awssdk.services.notificationscontacts.transform with parameters of type SendActivationCodeRequest Modifier and Type Method Description SdkHttpFullRequestSendActivationCodeRequestMarshaller. marshall(SendActivationCodeRequest sendActivationCodeRequest)
-