Uses of Class
software.amazon.awssdk.services.sesv2.model.ListCustomVerificationEmailTemplatesResponse
-
Packages that use ListCustomVerificationEmailTemplatesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators -
-
Uses of ListCustomVerificationEmailTemplatesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListCustomVerificationEmailTemplatesResponse Modifier and Type Method Description default ListCustomVerificationEmailTemplatesResponseSesV2Client. listCustomVerificationEmailTemplates(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> 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.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListCustomVerificationEmailTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListCustomVerificationEmailTemplatesResponse>SesV2AsyncClient. 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>SesV2AsyncClient. 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.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.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.sesv2.paginators with type arguments of type ListCustomVerificationEmailTemplatesResponse Modifier and Type Method Description voidListCustomVerificationEmailTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomVerificationEmailTemplatesResponse> subscriber)
-