Uses of Class
software.amazon.awssdk.services.sesv2.model.ListEmailTemplatesResponse
-
Packages that use ListEmailTemplatesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators -
-
Uses of ListEmailTemplatesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListEmailTemplatesResponse Modifier and Type Method Description default ListEmailTemplatesResponseSesV2Client. listEmailTemplates(Consumer<ListEmailTemplatesRequest.Builder> listEmailTemplatesRequest)Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.default ListEmailTemplatesResponseSesV2Client. listEmailTemplates(ListEmailTemplatesRequest listEmailTemplatesRequest)Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListEmailTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListEmailTemplatesResponse>SesV2AsyncClient. listEmailTemplates(Consumer<ListEmailTemplatesRequest.Builder> listEmailTemplatesRequest)Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.default CompletableFuture<ListEmailTemplatesResponse>SesV2AsyncClient. listEmailTemplates(ListEmailTemplatesRequest listEmailTemplatesRequest)Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region. -
Uses of ListEmailTemplatesResponse in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ListEmailTemplatesResponse Modifier and Type Method Description Iterator<ListEmailTemplatesResponse>ListEmailTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListEmailTemplatesResponse Modifier and Type Method Description voidListEmailTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEmailTemplatesResponse> subscriber)
-