| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
| Modifier and Type | Method and Description |
|---|---|
MessageTag |
MessageTag.clone() |
MessageTag |
MessageTag.withName(String name)
The name of the tag.
|
MessageTag |
MessageTag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<MessageTag> |
SendRawEmailRequest.getTags()
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendRawEmail. |
List<MessageTag> |
SendEmailRequest.getTags()
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendEmail. |
| Modifier and Type | Method and Description |
|---|---|
SendRawEmailRequest |
SendRawEmailRequest.withTags(MessageTag... tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendRawEmail. |
SendEmailRequest |
SendEmailRequest.withTags(MessageTag... tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendEmail. |
| Modifier and Type | Method and Description |
|---|---|
void |
SendRawEmailRequest.setTags(Collection<MessageTag> tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendRawEmail. |
void |
SendEmailRequest.setTags(Collection<MessageTag> tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendEmail. |
SendRawEmailRequest |
SendRawEmailRequest.withTags(Collection<MessageTag> tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendRawEmail. |
SendEmailRequest |
SendEmailRequest.withTags(Collection<MessageTag> tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendEmail. |
Copyright © 2017. All rights reserved.