| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
MessageBody |
MessageBody.clone() |
MessageBody |
GetArchiveMessageContentResult.getBody()
The textual body content of the email message.
|
MessageBody |
MessageBody.withHtml(String html)
The HTML body content of the message.
|
MessageBody |
MessageBody.withMessageMalformed(Boolean messageMalformed)
A flag indicating if the email was malformed.
|
MessageBody |
MessageBody.withText(String text)
The plain text body content of the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetArchiveMessageContentResult.setBody(MessageBody body)
The textual body content of the email message.
|
GetArchiveMessageContentResult |
GetArchiveMessageContentResult.withBody(MessageBody body)
The textual body content of the email message.
|
Copyright © 2024. All rights reserved.