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

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

Introduction

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

The text is from its open source code.

Constructor

Content()
Default constructor for Content object.
Content(String data)
Constructs a new Content object.

Method

StringgetCharset()

The character set of the content.

StringgetData()

The textual data of the content.

voidsetCharset(String charset)

The character set of the content.