| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<MessageTag> |
SendBulkEmailRequest.defaultEmailTags()
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.emailTags()
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.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 |
|---|---|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.defaultEmailTags(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.Builder |
SendEmailRequest.Builder.emailTags(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.Builder |
BulkEmailEntry.Builder.replacementTags(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 |
|---|---|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.defaultEmailTags(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.Builder |
SendEmailRequest.Builder.emailTags(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.Builder |
BulkEmailEntry.Builder.replacementTags(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.