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