Uses of Interface
software.amazon.awssdk.services.sesv2.model.EmailTemplateContent.Builder
-
Packages that use EmailTemplateContent.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of EmailTemplateContent.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EmailTemplateContent.Builder Modifier and Type Method Description static EmailTemplateContent.BuilderEmailTemplateContent. builder()EmailTemplateContent.BuilderEmailTemplateContent.Builder. html(String html)The HTML body of the email.EmailTemplateContent.BuilderEmailTemplateContent.Builder. subject(String subject)The subject line of the email.EmailTemplateContent.BuilderEmailTemplateContent.Builder. text(String text)The email body that will be visible to recipients whose email clients do not display HTML.EmailTemplateContent.BuilderEmailTemplateContent. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type EmailTemplateContent.Builder Modifier and Type Method Description static Class<? extends EmailTemplateContent.Builder>EmailTemplateContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type EmailTemplateContent.Builder Modifier and Type Method Description default CreateEmailTemplateRequest.BuilderCreateEmailTemplateRequest.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.default UpdateEmailTemplateRequest.BuilderUpdateEmailTemplateRequest.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.
-