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