| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static Body.Builder |
Body.builder() |
default Body.Builder |
Body.Builder.html(Consumer<Content.Builder> html)
An object that represents the version of the message that is displayed in email clients that support HTML.
|
Body.Builder |
Body.Builder.html(Content html)
An object that represents the version of the message that is displayed in email clients that support HTML.
|
default Body.Builder |
Body.Builder.text(Consumer<Content.Builder> text)
An object that represents the version of the message that is displayed in email clients that don't support
HTML, or clients where the recipient has disabled HTML rendering.
|
Body.Builder |
Body.Builder.text(Content text)
An object that represents the version of the message that is displayed in email clients that don't support
HTML, or clients where the recipient has disabled HTML rendering.
|
Body.Builder |
Body.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Body.Builder> |
Body.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Message.Builder |
Message.Builder.body(Consumer<Body.Builder> body)
The body of the message.
|
Copyright © 2022. All rights reserved.