| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Content |
Content.clone() |
Content |
Body.getHtml()
An object that represents the version of the message that is displayed in email clients that support HTML.
|
Content |
Message.getSubject()
The subject line of the email.
|
Content |
Body.getText()
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.
|
Content |
Content.withCharset(String charset)
The character set for the content.
|
Content |
Content.withData(String data)
The content of the message itself.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Body.setHtml(Content html)
An object that represents the version of the message that is displayed in email clients that support HTML.
|
void |
Message.setSubject(Content subject)
The subject line of the email.
|
void |
Body.setText(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 |
Body.withHtml(Content html)
An object that represents the version of the message that is displayed in email clients that support HTML.
|
Message |
Message.withSubject(Content subject)
The subject line of the email.
|
Body |
Body.withText(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.
|
Copyright © 2020. All rights reserved.