| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
BulkEmailEntry |
BulkEmailEntry.clone() |
BulkEmailEntry |
BulkEmailEntry.withDestination(Destination destination)
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
|
BulkEmailEntry |
BulkEmailEntry.withReplacementEmailContent(ReplacementEmailContent replacementEmailContent)
The
ReplacementEmailContent associated with a BulkEmailEntry. |
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. |
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 |
|---|---|
List<BulkEmailEntry> |
SendBulkEmailRequest.getBulkEmailEntries()
The list of bulk email entry objects.
|
| Modifier and Type | Method and Description |
|---|---|
SendBulkEmailRequest |
SendBulkEmailRequest.withBulkEmailEntries(BulkEmailEntry... bulkEmailEntries)
The list of bulk email entry objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendBulkEmailRequest.setBulkEmailEntries(Collection<BulkEmailEntry> bulkEmailEntries)
The list of bulk email entry objects.
|
SendBulkEmailRequest |
SendBulkEmailRequest.withBulkEmailEntries(Collection<BulkEmailEntry> bulkEmailEntries)
The list of bulk email entry objects.
|
Copyright © 2020. All rights reserved.