| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static BulkEmailEntry.Builder |
BulkEmailEntry.builder() |
default BulkEmailEntry.Builder |
BulkEmailEntry.Builder.destination(Consumer<Destination.Builder> destination)
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
|
BulkEmailEntry.Builder |
BulkEmailEntry.Builder.destination(Destination destination)
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
|
default BulkEmailEntry.Builder |
BulkEmailEntry.Builder.replacementEmailContent(Consumer<ReplacementEmailContent.Builder> replacementEmailContent)
The
ReplacementEmailContent associated with a BulkEmailEntry. |
BulkEmailEntry.Builder |
BulkEmailEntry.Builder.replacementEmailContent(ReplacementEmailContent replacementEmailContent)
The
ReplacementEmailContent associated with a BulkEmailEntry. |
BulkEmailEntry.Builder |
BulkEmailEntry.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 the
SendBulkTemplatedEmail operation. |
BulkEmailEntry.Builder |
BulkEmailEntry.Builder.replacementTags(Consumer<MessageTag.Builder>... 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.Builder |
BulkEmailEntry.Builder.replacementTags(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.Builder |
BulkEmailEntry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BulkEmailEntry.Builder> |
BulkEmailEntry.serializableBuilderClass() |
Copyright © 2021. All rights reserved.