Uses of Class
software.amazon.awssdk.services.sesv2.model.CustomVerificationEmailTemplateMetadata
Packages that use CustomVerificationEmailTemplateMetadata
-
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 CustomVerificationEmailTemplateMetadataModifier and TypeMethodDescriptionListCustomVerificationEmailTemplatesResponse.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 CustomVerificationEmailTemplateMetadataModifier and TypeMethodDescriptionListCustomVerificationEmailTemplatesResponse.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 CustomVerificationEmailTemplateMetadataModifier and TypeMethodDescriptionListCustomVerificationEmailTemplatesResponse.Builder.customVerificationEmailTemplates(Collection<CustomVerificationEmailTemplateMetadata> customVerificationEmailTemplates) A list of the custom verification email templates that exist in your account.