Uses of Class
software.amazon.awssdk.services.ses.model.ListTemplatesResponse
-
Packages that use ListTemplatesResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of ListTemplatesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return ListTemplatesResponse Modifier and Type Method Description default ListTemplatesResponseSesClient. listTemplates()Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.default ListTemplatesResponseSesClient. listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.default ListTemplatesResponseSesClient. listTemplates(ListTemplatesRequest listTemplatesRequest)Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.Methods in software.amazon.awssdk.services.ses that return types with arguments of type ListTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListTemplatesResponse>SesAsyncClient. listTemplates()Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.default CompletableFuture<ListTemplatesResponse>SesAsyncClient. listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.default CompletableFuture<ListTemplatesResponse>SesAsyncClient. listTemplates(ListTemplatesRequest listTemplatesRequest)Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.
-