| 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> |
SendBulkTemplatedEmailRequest.getDefaultTags()
A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using
SendBulkTemplatedEmail. |
List<MessageTag> |
BulkEmailDestination.getReplacementTags()
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendBulkTemplatedEmail. |
List<MessageTag> |
SendTemplatedEmailRequest.getTags()
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendTemplatedEmail. |
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. |
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. |
| Modifier and Type | Method and Description |
|---|---|
SendBulkTemplatedEmailRequest |
SendBulkTemplatedEmailRequest.withDefaultTags(MessageTag... defaultTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using
SendBulkTemplatedEmail. |
BulkEmailDestination |
BulkEmailDestination.withReplacementTags(MessageTag... replacementTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendBulkTemplatedEmail. |
SendTemplatedEmailRequest |
SendTemplatedEmailRequest.withTags(MessageTag... tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendTemplatedEmail. |
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. |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
SendBulkTemplatedEmailRequest.setDefaultTags(Collection<MessageTag> defaultTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using
SendBulkTemplatedEmail. |
void |
BulkEmailDestination.setReplacementTags(Collection<MessageTag> replacementTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendBulkTemplatedEmail. |
void |
SendTemplatedEmailRequest.setTags(Collection<MessageTag> tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendTemplatedEmail. |
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. |
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. |
SendBulkTemplatedEmailRequest |
SendBulkTemplatedEmailRequest.withDefaultTags(Collection<MessageTag> defaultTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send to a destination using
SendBulkTemplatedEmail. |
BulkEmailDestination |
BulkEmailDestination.withReplacementTags(Collection<MessageTag> replacementTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendBulkTemplatedEmail. |
SendTemplatedEmailRequest |
SendTemplatedEmailRequest.withTags(Collection<MessageTag> tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendTemplatedEmail. |
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. |
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. |
Copyright © 2022. All rights reserved.