| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| software.amazon.awssdk.services.ses.paginators | |
| software.amazon.awssdk.services.ses.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListCustomVerificationEmailTemplatesResponse |
SesClient.listCustomVerificationEmailTemplates(ListCustomVerificationEmailTemplatesRequest 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.
|
default ListCustomVerificationEmailTemplatesIterable |
SesClient.listCustomVerificationEmailTemplatesPaginator(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current AWS Region.
|
default ListCustomVerificationEmailTemplatesPublisher |
SesAsyncClient.listCustomVerificationEmailTemplatesPaginator(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current AWS Region.
|
| Constructor and Description |
|---|
ListCustomVerificationEmailTemplatesIterable(SesClient client,
ListCustomVerificationEmailTemplatesRequest firstRequest) |
ListCustomVerificationEmailTemplatesPublisher(SesAsyncClient client,
ListCustomVerificationEmailTemplatesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListCustomVerificationEmailTemplatesRequestMarshaller.marshall(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest) |
Copyright © 2023. All rights reserved.