Uses of Class
software.amazon.awssdk.services.sesv2.model.GetEmailTemplateResponse
Packages that use GetEmailTemplateResponse
-
Uses of GetEmailTemplateResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetEmailTemplateResponseModifier and TypeMethodDescriptiondefault GetEmailTemplateResponseSesV2Client.getEmailTemplate(Consumer<GetEmailTemplateRequest.Builder> getEmailTemplateRequest) Displays the template object (which includes the subject line, HTML part and text part) for the template you specify.default GetEmailTemplateResponseSesV2Client.getEmailTemplate(GetEmailTemplateRequest getEmailTemplateRequest) Displays the template object (which includes the subject line, HTML part and text part) for the template you specify.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetEmailTemplateResponseModifier and TypeMethodDescriptionSesV2AsyncClient.getEmailTemplate(Consumer<GetEmailTemplateRequest.Builder> getEmailTemplateRequest) Displays the template object (which includes the subject line, HTML part and text part) for the template you specify.SesV2AsyncClient.getEmailTemplate(GetEmailTemplateRequest getEmailTemplateRequest) Displays the template object (which includes the subject line, HTML part and text part) for the template you specify.