| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
| Modifier and Type | Method and Description |
|---|---|
BulkEmailDestination |
BulkEmailDestination.clone() |
BulkEmailDestination |
BulkEmailDestination.withDestination(Destination destination) |
BulkEmailDestination |
BulkEmailDestination.withReplacementTags(Collection<MessageTag> replacementTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendBulkTemplatedEmail. |
BulkEmailDestination |
BulkEmailDestination.withReplacementTags(MessageTag... replacementTags)
A list of tags, in the form of name/value pairs, to apply to an email that you send using
SendBulkTemplatedEmail. |
BulkEmailDestination |
BulkEmailDestination.withReplacementTemplateData(String replacementTemplateData)
A list of replacement values to apply to the template.
|
| Modifier and Type | Method and Description |
|---|---|
List<BulkEmailDestination> |
SendBulkTemplatedEmailRequest.getDestinations()
One or more
Destination objects. |
| Modifier and Type | Method and Description |
|---|---|
SendBulkTemplatedEmailRequest |
SendBulkTemplatedEmailRequest.withDestinations(BulkEmailDestination... destinations)
One or more
Destination objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
SendBulkTemplatedEmailRequest.setDestinations(Collection<BulkEmailDestination> destinations)
One or more
Destination objects. |
SendBulkTemplatedEmailRequest |
SendBulkTemplatedEmailRequest.withDestinations(Collection<BulkEmailDestination> destinations)
One or more
Destination objects. |
Copyright © 2025. All rights reserved.