Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetEmailTemplateResponse.Builder
Packages that use GetEmailTemplateResponse.Builder
-
Uses of GetEmailTemplateResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetEmailTemplateResponse.BuilderModifier and TypeMethodDescriptionGetEmailTemplateResponse.builder()GetEmailTemplateResponse.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that are associated with the email template.GetEmailTemplateResponse.Builder.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) that are associated with the email template.An array of objects that define the tags (keys and values) that are associated with the email template.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.GetEmailTemplateResponse.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.templateName(String templateName) The name of the template.GetEmailTemplateResponse.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetEmailTemplateResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetEmailTemplateResponse.Builder>GetEmailTemplateResponse.serializableBuilderClass()