Uses of Class
software.amazon.awssdk.services.sesv2.model.SendCustomVerificationEmailRequest
-
Packages that use SendCustomVerificationEmailRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of SendCustomVerificationEmailRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type SendCustomVerificationEmailRequest Modifier and Type Method Description default CompletableFuture<SendCustomVerificationEmailResponse>SesV2AsyncClient. sendCustomVerificationEmail(SendCustomVerificationEmailRequest sendCustomVerificationEmailRequest)Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it.default SendCustomVerificationEmailResponseSesV2Client. sendCustomVerificationEmail(SendCustomVerificationEmailRequest sendCustomVerificationEmailRequest)Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it. -
Uses of SendCustomVerificationEmailRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type SendCustomVerificationEmailRequest Modifier and Type Method Description SdkHttpFullRequestSendCustomVerificationEmailRequestMarshaller. marshall(SendCustomVerificationEmailRequest sendCustomVerificationEmailRequest)
-