| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static Content.Builder |
Content.builder() |
Content.Builder |
Content.Builder.charset(String charset)
The character set for the content.
|
Content.Builder |
Content.Builder.data(String data)
The content of the message itself.
|
Content.Builder |
Content.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Content.Builder> |
Content.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default Message.Builder |
Message.Builder.subject(Consumer<Content.Builder> subject)
The subject line of the email.
|
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.
|
Copyright © 2023. All rights reserved.