Uses of Class
software.amazon.awssdk.services.ses.model.FromEmailAddressNotVerifiedException
Packages that use FromEmailAddressNotVerifiedException
-
Uses of FromEmailAddressNotVerifiedException in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that throw FromEmailAddressNotVerifiedExceptionModifier and TypeMethodDescriptionSesClient.createCustomVerificationEmailTemplate(Consumer<CreateCustomVerificationEmailTemplateRequest.Builder> createCustomVerificationEmailTemplateRequest) Creates a new custom verification email template.SesClient.createCustomVerificationEmailTemplate(CreateCustomVerificationEmailTemplateRequest createCustomVerificationEmailTemplateRequest) Creates a new custom verification email template.SesClient.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.SesClient.updateCustomVerificationEmailTemplate(Consumer<UpdateCustomVerificationEmailTemplateRequest.Builder> updateCustomVerificationEmailTemplateRequest) Updates an existing custom verification email template.SesClient.updateCustomVerificationEmailTemplate(UpdateCustomVerificationEmailTemplateRequest updateCustomVerificationEmailTemplateRequest) Updates an existing custom verification email template.