Uses of Class
software.amazon.awssdk.services.ses.model.Template
-
Packages that use Template Package Description software.amazon.awssdk.services.ses.model -
-
Uses of Template in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return Template Modifier and Type Method Description TemplateCreateTemplateRequest. template()The content of the email, composed of a subject line and either an HTML part or a text-only part.TemplateGetTemplateResponse. template()Returns the value of the Template property for this object.TemplateUpdateTemplateRequest. template()Returns the value of the Template property for this object.Methods in software.amazon.awssdk.services.ses.model with parameters of type Template Modifier and Type Method Description CreateTemplateRequest.BuilderCreateTemplateRequest.Builder. template(Template template)The content of the email, composed of a subject line and either an HTML part or a text-only part.GetTemplateResponse.BuilderGetTemplateResponse.Builder. template(Template template)Sets the value of the Template property for this object.UpdateTemplateRequest.BuilderUpdateTemplateRequest.Builder. template(Template template)Sets the value of the Template property for this object.
-