Uses of Class
software.amazon.awssdk.services.ses.model.ListCustomVerificationEmailTemplatesResponse
-
Packages that use ListCustomVerificationEmailTemplatesResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.paginators -
-
Uses of ListCustomVerificationEmailTemplatesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return ListCustomVerificationEmailTemplatesResponse Modifier and Type Method Description default ListCustomVerificationEmailTemplatesResponse
SesClient. listCustomVerificationEmailTemplates()
Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.default ListCustomVerificationEmailTemplatesResponse
SesClient. listCustomVerificationEmailTemplates(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.default ListCustomVerificationEmailTemplatesResponse
SesClient. listCustomVerificationEmailTemplates(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.Methods in software.amazon.awssdk.services.ses that return types with arguments of type ListCustomVerificationEmailTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListCustomVerificationEmailTemplatesResponse>
SesAsyncClient. listCustomVerificationEmailTemplates()
Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.default CompletableFuture<ListCustomVerificationEmailTemplatesResponse>
SesAsyncClient. listCustomVerificationEmailTemplates(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.default CompletableFuture<ListCustomVerificationEmailTemplatesResponse>
SesAsyncClient. listCustomVerificationEmailTemplates(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current Amazon Web Services Region. -
Uses of ListCustomVerificationEmailTemplatesResponse in software.amazon.awssdk.services.ses.paginators
Methods in software.amazon.awssdk.services.ses.paginators that return types with arguments of type ListCustomVerificationEmailTemplatesResponse Modifier and Type Method Description Iterator<ListCustomVerificationEmailTemplatesResponse>
ListCustomVerificationEmailTemplatesIterable. iterator()
Method parameters in software.amazon.awssdk.services.ses.paginators with type arguments of type ListCustomVerificationEmailTemplatesResponse Modifier and Type Method Description void
ListCustomVerificationEmailTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomVerificationEmailTemplatesResponse> subscriber)
-