Uses of Class
software.amazon.awssdk.services.ses.paginators.ListCustomVerificationEmailTemplatesIterable
-
Packages that use ListCustomVerificationEmailTemplatesIterable Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of ListCustomVerificationEmailTemplatesIterable in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return ListCustomVerificationEmailTemplatesIterable Modifier and Type Method Description default ListCustomVerificationEmailTemplatesIterableSesClient. listCustomVerificationEmailTemplatesPaginator()Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.default ListCustomVerificationEmailTemplatesIterableSesClient. listCustomVerificationEmailTemplatesPaginator(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest)Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.default ListCustomVerificationEmailTemplatesIterableSesClient. listCustomVerificationEmailTemplatesPaginator(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.
-