Uses of Class
software.amazon.awssdk.services.ses.model.CustomVerificationEmailTemplate
-
Packages that use CustomVerificationEmailTemplate Package Description software.amazon.awssdk.services.ses.model -
-
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 CustomVerificationEmailTemplate Modifier and Type Method Description List<CustomVerificationEmailTemplate>ListCustomVerificationEmailTemplatesResponse. 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 CustomVerificationEmailTemplate Modifier and Type Method Description ListCustomVerificationEmailTemplatesResponse.BuilderListCustomVerificationEmailTemplatesResponse.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 CustomVerificationEmailTemplate Modifier and Type Method Description ListCustomVerificationEmailTemplatesResponse.BuilderListCustomVerificationEmailTemplatesResponse.Builder. customVerificationEmailTemplates(Collection<CustomVerificationEmailTemplate> customVerificationEmailTemplates)A list of the custom verification email templates that exist in your account.
-