| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| software.amazon.awssdk.services.ses.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCustomVerificationEmailTemplatesResponse |
SesClient.listCustomVerificationEmailTemplates()
Lists the existing custom verification email templates for your account in the current AWS Region.
|
default ListCustomVerificationEmailTemplatesResponse |
SesClient.listCustomVerificationEmailTemplates(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current AWS Region.
|
default ListCustomVerificationEmailTemplatesResponse |
SesClient.listCustomVerificationEmailTemplates(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCustomVerificationEmailTemplatesResponse> |
SesAsyncClient.listCustomVerificationEmailTemplates()
Lists the existing custom verification email templates for your account in the current AWS Region.
|
default CompletableFuture<ListCustomVerificationEmailTemplatesResponse> |
SesAsyncClient.listCustomVerificationEmailTemplates(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current AWS Region.
|
default CompletableFuture<ListCustomVerificationEmailTemplatesResponse> |
SesAsyncClient.listCustomVerificationEmailTemplates(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current AWS 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 © 2023. All rights reserved.