| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCustomVerificationEmailTemplatesResponse |
SesV2Client.listCustomVerificationEmailTemplates(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current Amazon Web Services
Region.
|
default ListCustomVerificationEmailTemplatesResponse |
SesV2Client.listCustomVerificationEmailTemplates(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current Amazon Web Services
Region.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCustomVerificationEmailTemplatesResponse> |
ListCustomVerificationEmailTemplatesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomVerificationEmailTemplatesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCustomVerificationEmailTemplatesResponse> subscriber) |
Copyright © 2021. All rights reserved.