| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEmailTemplatesResponse |
SesV2Client.listEmailTemplates(Consumer<ListEmailTemplatesRequest.Builder> listEmailTemplatesRequest)
Lists the email templates present in your Amazon SES account in the current AWS Region.
|
default ListEmailTemplatesResponse |
SesV2Client.listEmailTemplates(ListEmailTemplatesRequest listEmailTemplatesRequest)
Lists the email templates present in your Amazon SES account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEmailTemplatesResponse> |
SesV2AsyncClient.listEmailTemplates(Consumer<ListEmailTemplatesRequest.Builder> listEmailTemplatesRequest)
Lists the email templates present in your Amazon SES account in the current AWS Region.
|
default CompletableFuture<ListEmailTemplatesResponse> |
SesV2AsyncClient.listEmailTemplates(ListEmailTemplatesRequest listEmailTemplatesRequest)
Lists the email templates present in your Amazon SES account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEmailTemplatesResponse> |
ListEmailTemplatesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEmailTemplatesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEmailTemplatesResponse> subscriber) |
Copyright © 2020. All rights reserved.