Uses of Class
software.amazon.awssdk.services.sesv2.model.GetEmailTemplateResponse
-
Packages that use GetEmailTemplateResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of GetEmailTemplateResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetEmailTemplateResponse Modifier and Type Method Description default 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 GetEmailTemplateResponse Modifier and Type Method Description default CompletableFuture<GetEmailTemplateResponse>SesV2AsyncClient. 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 CompletableFuture<GetEmailTemplateResponse>SesV2AsyncClient. getEmailTemplate(GetEmailTemplateRequest getEmailTemplateRequest)Displays the template object (which includes the subject line, HTML part and text part) for the template you specify.
-