Java com.amazonaws.services.simpleemail.model RawMessage fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.simpleemail.model RawMessage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.simpleemail.model RawMessage.

The text is from its open source code.

Constructor

RawMessage()
Default constructor for RawMessage object.
RawMessage(java.nio.ByteBuffer data)
Constructs a new RawMessage object.

Method

java.nio.ByteBuffergetData()

The raw data of the message.

voidsetData(java.nio.ByteBuffer data)

The raw data of the message.