| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
BulkEmailEntryResult |
BulkEmailEntryResult.clone() |
BulkEmailEntryResult |
BulkEmailEntryResult.withError(String error)
A description of an error that prevented a message being sent using the
SendBulkTemplatedEmail
operation. |
BulkEmailEntryResult |
BulkEmailEntryResult.withMessageId(String messageId)
The unique message identifier returned from the
SendBulkTemplatedEmail operation. |
BulkEmailEntryResult |
BulkEmailEntryResult.withStatus(BulkEmailStatus status)
The status of a message sent using the
SendBulkTemplatedEmail operation. |
BulkEmailEntryResult |
BulkEmailEntryResult.withStatus(String status)
The status of a message sent using the
SendBulkTemplatedEmail operation. |
| Modifier and Type | Method and Description |
|---|---|
List<BulkEmailEntryResult> |
SendBulkEmailResult.getBulkEmailEntryResults()
One object per intended recipient.
|
| Modifier and Type | Method and Description |
|---|---|
SendBulkEmailResult |
SendBulkEmailResult.withBulkEmailEntryResults(BulkEmailEntryResult... bulkEmailEntryResults)
One object per intended recipient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendBulkEmailResult.setBulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults)
One object per intended recipient.
|
SendBulkEmailResult |
SendBulkEmailResult.withBulkEmailEntryResults(Collection<BulkEmailEntryResult> bulkEmailEntryResults)
One object per intended recipient.
|
Copyright © 2022. All rights reserved.