| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Destination.clone() |
Destination |
BulkEmailDestination.getDestination() |
Destination |
SendEmailRequest.getDestination()
The destination for this email, composed of To:, CC:, and BCC: fields.
|
Destination |
SendTemplatedEmailRequest.getDestination()
The destination for this email, composed of To:, CC:, and BCC: fields.
|
Destination |
Destination.withBccAddresses(Collection<String> bccAddresses)
The recipients to place on the BCC: line of the message.
|
Destination |
Destination.withBccAddresses(String... bccAddresses)
The recipients to place on the BCC: line of the message.
|
Destination |
Destination.withCcAddresses(Collection<String> ccAddresses)
The recipients to place on the CC: line of the message.
|
Destination |
Destination.withCcAddresses(String... ccAddresses)
The recipients to place on the CC: line of the message.
|
Destination |
Destination.withToAddresses(Collection<String> toAddresses)
The recipients to place on the To: line of the message.
|
Destination |
Destination.withToAddresses(String... toAddresses)
The recipients to place on the To: line of the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkEmailDestination.setDestination(Destination destination) |
void |
SendEmailRequest.setDestination(Destination destination)
The destination for this email, composed of To:, CC:, and BCC: fields.
|
void |
SendTemplatedEmailRequest.setDestination(Destination destination)
The destination for this email, composed of To:, CC:, and BCC: fields.
|
BulkEmailDestination |
BulkEmailDestination.withDestination(Destination destination) |
SendEmailRequest |
SendEmailRequest.withDestination(Destination destination)
The destination for this email, composed of To:, CC:, and BCC: fields.
|
SendTemplatedEmailRequest |
SendTemplatedEmailRequest.withDestination(Destination destination)
The destination for this email, composed of To:, CC:, and BCC: fields.
|
| Constructor and Description |
|---|
SendEmailRequest(String source,
Destination destination,
Message message)
Constructs a new SendEmailRequest object.
|
Copyright © 2024. All rights reserved.