Uses of Class
software.amazon.awssdk.services.ses.model.SendCustomVerificationEmailResponse
Packages that use SendCustomVerificationEmailResponse
-
Uses of SendCustomVerificationEmailResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return SendCustomVerificationEmailResponseModifier and TypeMethodDescriptionSesClient.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.SesClient.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 SendCustomVerificationEmailResponseModifier and TypeMethodDescriptionSesAsyncClient.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.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.