| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
Classes modeling the various types represented by AmazonSimpleEmailService.
|
| Modifier and Type | Method and Description |
|---|---|
Destination |
SendEmailRequest.getDestination()
The destination for this email, composed of To:, CC:, and BCC: fields.
|
Destination |
Destination.withBccAddresses(Collection<String> bccAddresses)
The BCC: field(s) of the message.
|
Destination |
Destination.withBccAddresses(String... bccAddresses)
The BCC: field(s) of the message.
|
Destination |
Destination.withCcAddresses(Collection<String> ccAddresses)
The CC: field(s) of the message.
|
Destination |
Destination.withCcAddresses(String... ccAddresses)
The CC: field(s) of the message.
|
Destination |
Destination.withToAddresses(Collection<String> toAddresses)
The To: field(s) of the message.
|
Destination |
Destination.withToAddresses(String... toAddresses)
The To: field(s) of the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendEmailRequest.setDestination(Destination destination)
The destination for this email, composed of To:, CC:, and BCC: fields.
|
SendEmailRequest |
SendEmailRequest.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 © 2015. All rights reserved.