Uses of Class
software.amazon.awssdk.services.ses.model.CustomVerificationEmailTemplate
Packages that use CustomVerificationEmailTemplate
-
Uses of CustomVerificationEmailTemplate in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type CustomVerificationEmailTemplateModifier and TypeMethodDescriptionListCustomVerificationEmailTemplatesResponse.customVerificationEmailTemplates()A list of the custom verification email templates that exist in your account.Methods in software.amazon.awssdk.services.ses.model with parameters of type CustomVerificationEmailTemplateModifier and TypeMethodDescriptionListCustomVerificationEmailTemplatesResponse.Builder.customVerificationEmailTemplates(CustomVerificationEmailTemplate... customVerificationEmailTemplates) A list of the custom verification email templates that exist in your account.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type CustomVerificationEmailTemplateModifier and TypeMethodDescriptionListCustomVerificationEmailTemplatesResponse.Builder.customVerificationEmailTemplates(Collection<CustomVerificationEmailTemplate> customVerificationEmailTemplates) A list of the custom verification email templates that exist in your account.