Uses of Class
software.amazon.awssdk.services.ses.model.GetTemplateResponse
Packages that use GetTemplateResponse
-
Uses of GetTemplateResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetTemplateResponseModifier and TypeMethodDescriptiondefault 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 GetTemplateResponseModifier and TypeMethodDescriptiondefault 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.