Uses of Class
software.amazon.awssdk.services.sesv2.model.EmailTemplateContent
-
Packages that use EmailTemplateContent Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of EmailTemplateContent in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EmailTemplateContent Modifier and Type Method Description EmailTemplateContentCreateEmailTemplateRequest. templateContent()The content of the email template, composed of a subject line, an HTML part, and a text-only part.EmailTemplateContentGetEmailTemplateResponse. templateContent()The content of the email template, composed of a subject line, an HTML part, and a text-only part.EmailTemplateContentTemplate. templateContent()The content of the template.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 EmailTemplateContent Modifier and Type Method Description CreateEmailTemplateRequest.BuilderCreateEmailTemplateRequest.Builder. templateContent(EmailTemplateContent templateContent)The content of the email template, composed of a subject line, an HTML part, and a text-only part.GetEmailTemplateResponse.BuilderGetEmailTemplateResponse.Builder. templateContent(EmailTemplateContent templateContent)The content of the email template, composed of a subject line, an HTML part, and a text-only part.Template.BuilderTemplate.Builder. templateContent(EmailTemplateContent templateContent)The content of the template.UpdateEmailTemplateRequest.BuilderUpdateEmailTemplateRequest.Builder. templateContent(EmailTemplateContent templateContent)The content of the email template, composed of a subject line, an HTML part, and a text-only part.
-