Uses of Class
com.amazonaws.services.simpleemail.model.RawMessage
Packages that use RawMessage
-
Uses of RawMessage in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return RawMessageModifier and TypeMethodDescriptionRawMessage.clone()
SendRawEmailRequest.getRawMessage()
The raw text of the message.RawMessage.withData
(ByteBuffer data) The raw data of the message.Methods in com.amazonaws.services.simpleemail.model with parameters of type RawMessageModifier and TypeMethodDescriptionvoid
SendRawEmailRequest.setRawMessage
(RawMessage rawMessage) The raw text of the message.SendRawEmailRequest.withRawMessage
(RawMessage rawMessage) The raw text of the message.Constructors in com.amazonaws.services.simpleemail.model with parameters of type RawMessageModifierConstructorDescriptionSendRawEmailRequest
(RawMessage rawMessage) Constructs a new SendRawEmailRequest object.