Uses of Interface
software.amazon.awssdk.services.sesv2.model.EmailTemplateContent.Builder
Packages that use EmailTemplateContent.Builder
-
Uses of EmailTemplateContent.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EmailTemplateContent.BuilderModifier and TypeMethodDescriptionstatic EmailTemplateContent.BuilderEmailTemplateContent.builder()The HTML body of the email.The subject line of the email.The email body that will be visible to recipients whose email clients do not display HTML.EmailTemplateContent.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type EmailTemplateContent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EmailTemplateContent.Builder>EmailTemplateContent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type EmailTemplateContent.BuilderModifier and TypeMethodDescriptionCreateEmailTemplateRequest.Builder.templateContent(Consumer<EmailTemplateContent.Builder> templateContent) The content of the email template, composed of a subject line, an HTML part, and a text-only part.default GetEmailTemplateResponse.BuilderGetEmailTemplateResponse.Builder.templateContent(Consumer<EmailTemplateContent.Builder> templateContent) The content of the email template, composed of a subject line, an HTML part, and a text-only part.default Template.BuilderTemplate.Builder.templateContent(Consumer<EmailTemplateContent.Builder> templateContent) The content of the template.UpdateEmailTemplateRequest.Builder.templateContent(Consumer<EmailTemplateContent.Builder> templateContent) The content of the email template, composed of a subject line, an HTML part, and a text-only part.