Uses of Class
software.amazon.awssdk.services.ses.model.GetTemplateResponse
-
Packages that use GetTemplateResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of GetTemplateResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetTemplateResponse Modifier and Type Method Description default GetTemplateResponseSesClient. getTemplate(Consumer<GetTemplateRequest.Builder> getTemplateRequest)Displays the template object (which includes the Subject line, HTML part and text part) for the template you specify.default GetTemplateResponseSesClient. getTemplate(GetTemplateRequest getTemplateRequest)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.ses that return types with arguments of type GetTemplateResponse Modifier and Type Method Description default CompletableFuture<GetTemplateResponse>SesAsyncClient. getTemplate(Consumer<GetTemplateRequest.Builder> getTemplateRequest)Displays the template object (which includes the Subject line, HTML part and text part) for the template you specify.default CompletableFuture<GetTemplateResponse>SesAsyncClient. getTemplate(GetTemplateRequest getTemplateRequest)Displays the template object (which includes the Subject line, HTML part and text part) for the template you specify.
-