| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
MessageTag |
MessageTag.clone() |
MessageTag |
MessageTag.withName(String name)
The name of the message tag.
|
MessageTag |
MessageTag.withValue(String value)
The value of the message tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<MessageTag> |
SendBulkEmailRequest.getDefaultEmailTags()
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. |
List<MessageTag> |
SendEmailRequest.getEmailTags()
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. |
List<MessageTag> |
BulkEmailEntry.getReplacementTags()
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendBulkTemplatedEmail operation. |
| Modifier and Type | Method and Description |
|---|---|
SendBulkEmailRequest |
SendBulkEmailRequest.withDefaultEmailTags(MessageTag... defaultEmailTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. |
SendEmailRequest |
SendEmailRequest.withEmailTags(MessageTag... emailTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. |
BulkEmailEntry |
BulkEmailEntry.withReplacementTags(MessageTag... replacementTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendBulkTemplatedEmail operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
SendBulkEmailRequest.setDefaultEmailTags(Collection<MessageTag> defaultEmailTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. |
void |
SendEmailRequest.setEmailTags(Collection<MessageTag> emailTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. |
void |
BulkEmailEntry.setReplacementTags(Collection<MessageTag> replacementTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendBulkTemplatedEmail operation. |
SendBulkEmailRequest |
SendBulkEmailRequest.withDefaultEmailTags(Collection<MessageTag> defaultEmailTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. |
SendEmailRequest |
SendEmailRequest.withEmailTags(Collection<MessageTag> emailTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation. |
BulkEmailEntry |
BulkEmailEntry.withReplacementTags(Collection<MessageTag> replacementTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendBulkTemplatedEmail operation. |
Copyright © 2022. All rights reserved.