Uses of Class
software.amazon.awssdk.services.ses.model.SendCustomVerificationEmailResponse
-
Packages that use SendCustomVerificationEmailResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of SendCustomVerificationEmailResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return SendCustomVerificationEmailResponse Modifier and Type Method Description default SendCustomVerificationEmailResponseSesClient. sendCustomVerificationEmail(Consumer<SendCustomVerificationEmailRequest.Builder> 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 SendCustomVerificationEmailResponseSesClient. 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.Methods in software.amazon.awssdk.services.ses that return types with arguments of type SendCustomVerificationEmailResponse Modifier and Type Method Description default CompletableFuture<SendCustomVerificationEmailResponse>SesAsyncClient. sendCustomVerificationEmail(Consumer<SendCustomVerificationEmailRequest.Builder> 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 CompletableFuture<SendCustomVerificationEmailResponse>SesAsyncClient. 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.
-