| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default GetEmailTemplateResponse |
SesV2Client.getEmailTemplate(Consumer<GetEmailTemplateRequest.Builder> getEmailTemplateRequest)
Displays the template object (which includes the subject line, HTML part and text part) for the template you
specify.
|
default GetEmailTemplateResponse |
SesV2Client.getEmailTemplate(GetEmailTemplateRequest getEmailTemplateRequest)
Displays the template object (which includes the subject line, HTML part and text part) for the template you
specify.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEmailTemplateResponse> |
SesV2AsyncClient.getEmailTemplate(Consumer<GetEmailTemplateRequest.Builder> getEmailTemplateRequest)
Displays the template object (which includes the subject line, HTML part and text part) for the template you
specify.
|
default CompletableFuture<GetEmailTemplateResponse> |
SesV2AsyncClient.getEmailTemplate(GetEmailTemplateRequest getEmailTemplateRequest)
Displays the template object (which includes the subject line, HTML part and text part) for the template you
specify.
|
Copyright © 2023. All rights reserved.