| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
Destination.Builder |
Destination.Builder.bccAddresses(Collection<String> bccAddresses)
The recipients to place on the BCC: line of the message.
|
Destination.Builder |
Destination.Builder.bccAddresses(String... bccAddresses)
The recipients to place on the BCC: line of the message.
|
static Destination.Builder |
Destination.builder() |
Destination.Builder |
Destination.Builder.ccAddresses(Collection<String> ccAddresses)
The recipients to place on the CC: line of the message.
|
Destination.Builder |
Destination.Builder.ccAddresses(String... ccAddresses)
The recipients to place on the CC: line of the message.
|
Destination.Builder |
Destination.Builder.toAddresses(Collection<String> toAddresses)
The recipients to place on the To: line of the message.
|
Destination.Builder |
Destination.Builder.toAddresses(String... toAddresses)
The recipients to place on the To: line of the message.
|
Destination.Builder |
Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Destination.Builder> |
Destination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SendEmailRequest.Builder |
SendEmailRequest.Builder.destination(Consumer<Destination.Builder> destination)
The destination for this email, composed of To:, CC:, and BCC: fields.
|
default SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.destination(Consumer<Destination.Builder> destination)
The destination for this email, composed of To:, CC:, and BCC: fields.
|
default BulkEmailDestination.Builder |
BulkEmailDestination.Builder.destination(Consumer<Destination.Builder> destination)
Sets the value of the Destination property for this object.
|
Copyright © 2023. All rights reserved.