Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private RawMessage |
SendRawEmailRequest.rawMessage
The raw text of the message.
|
Modifier and Type | Method and Description |
---|---|
RawMessage |
RawMessage.clone() |
RawMessage |
SendRawEmailRequest.getRawMessage()
The raw text of the message.
|
RawMessage |
RawMessage.withData(java.nio.ByteBuffer data)
The raw data of the message.
|
Modifier and Type | Method and Description |
---|---|
void |
SendRawEmailRequest.setRawMessage(RawMessage rawMessage)
The raw text of the message.
|
SendRawEmailRequest |
SendRawEmailRequest.withRawMessage(RawMessage rawMessage)
The raw text of the message.
|
Constructor and Description |
---|
SendRawEmailRequest(RawMessage rawMessage)
Constructs a new SendRawEmailRequest object.
|
Modifier and Type | Method and Description |
---|---|
RawMessage |
RawMessageStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |