| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| Modifier and Type | Method and Description |
|---|---|
default GetTemplateResponse |
SesClient.getTemplate(Consumer<GetTemplateRequest.Builder> getTemplateRequest)
Displays the template object (which includes the Subject line, HTML part and text part) for the template you
specify.
|
default GetTemplateResponse |
SesClient.getTemplate(GetTemplateRequest getTemplateRequest)
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<GetTemplateResponse> |
SesAsyncClient.getTemplate(Consumer<GetTemplateRequest.Builder> getTemplateRequest)
Displays the template object (which includes the Subject line, HTML part and text part) for the template you
specify.
|
default CompletableFuture<GetTemplateResponse> |
SesAsyncClient.getTemplate(GetTemplateRequest getTemplateRequest)
Displays the template object (which includes the Subject line, HTML part and text part) for the template you
specify.
|
Copyright © 2022. All rights reserved.