Uses of Class
software.amazon.awssdk.services.sesv2.model.ListCustomVerificationEmailTemplatesRequest
-
Packages that use ListCustomVerificationEmailTemplatesRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators software.amazon.awssdk.services.sesv2.transform -
-
Uses of ListCustomVerificationEmailTemplatesRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type ListCustomVerificationEmailTemplatesRequest Modifier and Type Method Description default CompletableFuture<ListCustomVerificationEmailTemplatesResponse>SesV2AsyncClient. listCustomVerificationEmailTemplates(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.default ListCustomVerificationEmailTemplatesResponseSesV2Client. listCustomVerificationEmailTemplates(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.default ListCustomVerificationEmailTemplatesPublisherSesV2AsyncClient. listCustomVerificationEmailTemplatesPaginator(ListCustomVerificationEmailTemplatesRequest 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. -
Uses of ListCustomVerificationEmailTemplatesRequest in software.amazon.awssdk.services.sesv2.paginators
Constructors in software.amazon.awssdk.services.sesv2.paginators with parameters of type ListCustomVerificationEmailTemplatesRequest Constructor Description ListCustomVerificationEmailTemplatesIterable(SesV2Client client, ListCustomVerificationEmailTemplatesRequest firstRequest)ListCustomVerificationEmailTemplatesPublisher(SesV2AsyncClient client, ListCustomVerificationEmailTemplatesRequest firstRequest) -
Uses of ListCustomVerificationEmailTemplatesRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type ListCustomVerificationEmailTemplatesRequest Modifier and Type Method Description SdkHttpFullRequestListCustomVerificationEmailTemplatesRequestMarshaller. marshall(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)
-