Uses of Class
software.amazon.awssdk.services.sesv2.model.EmailTemplateContent
Packages that use EmailTemplateContent
-
Uses of EmailTemplateContent in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EmailTemplateContentModifier and TypeMethodDescriptionfinal EmailTemplateContentCreateEmailTemplateRequest.templateContent()The content of the email template, composed of a subject line, an HTML part, and a text-only part.final EmailTemplateContentGetEmailTemplateResponse.templateContent()The content of the email template, composed of a subject line, an HTML part, and a text-only part.final EmailTemplateContentTemplate.templateContent()The content of the template.final EmailTemplateContentUpdateEmailTemplateRequest.templateContent()The content of the email template, composed of a subject line, an HTML part, and a text-only part.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type EmailTemplateContentModifier and TypeMethodDescriptionCreateEmailTemplateRequest.Builder.templateContent(EmailTemplateContent templateContent) The content of the email template, composed of a subject line, an HTML part, and a text-only part.GetEmailTemplateResponse.Builder.templateContent(EmailTemplateContent templateContent) The content of the email template, composed of a subject line, an HTML part, and a text-only part.Template.Builder.templateContent(EmailTemplateContent templateContent) The content of the template.UpdateEmailTemplateRequest.Builder.templateContent(EmailTemplateContent templateContent) The content of the email template, composed of a subject line, an HTML part, and a text-only part.