Uses of Class
software.amazon.awssdk.services.ses.model.CustomVerificationEmailTemplateDoesNotExistException
Packages that use CustomVerificationEmailTemplateDoesNotExistException
-
Uses of CustomVerificationEmailTemplateDoesNotExistException in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that throw CustomVerificationEmailTemplateDoesNotExistExceptionModifier and TypeMethodDescriptionSesClient.getCustomVerificationEmailTemplate(Consumer<GetCustomVerificationEmailTemplateRequest.Builder> getCustomVerificationEmailTemplateRequest) Returns the custom email verification template for the template name you specify.SesClient.getCustomVerificationEmailTemplate(GetCustomVerificationEmailTemplateRequest getCustomVerificationEmailTemplateRequest) Returns the custom email verification template for the template name you specify.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.