| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2022. All rights reserved.