Uses of Class
software.amazon.awssdk.services.sesv2.model.CustomVerificationEmailTemplateMetadata
-
Packages that use CustomVerificationEmailTemplateMetadata Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of CustomVerificationEmailTemplateMetadata in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type CustomVerificationEmailTemplateMetadata Modifier and Type Method Description List<CustomVerificationEmailTemplateMetadata>ListCustomVerificationEmailTemplatesResponse. customVerificationEmailTemplates()A list of the custom verification email templates that exist in your account.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type CustomVerificationEmailTemplateMetadata Modifier and Type Method Description ListCustomVerificationEmailTemplatesResponse.BuilderListCustomVerificationEmailTemplatesResponse.Builder. customVerificationEmailTemplates(CustomVerificationEmailTemplateMetadata... customVerificationEmailTemplates)A list of the custom verification email templates that exist in your account.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type CustomVerificationEmailTemplateMetadata Modifier and Type Method Description ListCustomVerificationEmailTemplatesResponse.BuilderListCustomVerificationEmailTemplatesResponse.Builder. customVerificationEmailTemplates(Collection<CustomVerificationEmailTemplateMetadata> customVerificationEmailTemplates)A list of the custom verification email templates that exist in your account.
-