| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
List<MessageTag> |
SendBulkTemplatedEmailRequest.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. |
List<MessageTag> |
BulkEmailDestination.replacementTags()
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendBulkTemplatedEmail. |
List<MessageTag> |
SendEmailRequest.tags()
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendEmail. |
List<MessageTag> |
SendRawEmailRequest.tags()
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendRawEmail. |
List<MessageTag> |
SendTemplatedEmailRequest.tags()
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendTemplatedEmail. |
| Modifier and Type | Method and Description |
|---|---|
SendBulkTemplatedEmailRequest.Builder |
SendBulkTemplatedEmailRequest.Builder.defaultTags(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.Builder |
BulkEmailDestination.Builder.replacementTags(MessageTag... replacementTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendBulkTemplatedEmail. |
SendEmailRequest.Builder |
SendEmailRequest.Builder.tags(MessageTag... tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendEmail. |
SendRawEmailRequest.Builder |
SendRawEmailRequest.Builder.tags(MessageTag... tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendRawEmail. |
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.tags(MessageTag... tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendTemplatedEmail. |
| Modifier and Type | Method and Description |
|---|---|
SendBulkTemplatedEmailRequest.Builder |
SendBulkTemplatedEmailRequest.Builder.defaultTags(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.Builder |
BulkEmailDestination.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
SendBulkTemplatedEmail. |
SendEmailRequest.Builder |
SendEmailRequest.Builder.tags(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.Builder |
SendRawEmailRequest.Builder.tags(Collection<MessageTag> tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendRawEmail. |
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.tags(Collection<MessageTag> tags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendTemplatedEmail. |
Copyright © 2022. All rights reserved.