Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private Body |
Message.body
The message body.
|
Modifier and Type | Method and Description |
---|---|
Body |
Body.clone() |
Body |
Message.getBody()
The message body.
|
Body |
Body.withHtml(Content html)
The content of the message, in HTML format.
|
Body |
Body.withText(Content text)
The content of the message, in text format.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setBody(Body body)
The message body.
|
Message |
Message.withBody(Body body)
The message body.
|
Constructor and Description |
---|
Message(Content subject,
Body body)
Constructs a new Message object.
|
Modifier and Type | Method and Description |
---|---|
Body |
BodyStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |