Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private Destination |
SendEmailRequest.destination
The destination for this email, composed of To:, CC:, and BCC: fields.
|
Modifier and Type | Method and Description |
---|---|
Destination |
Destination.clone() |
Destination |
SendEmailRequest.getDestination()
The destination for this email, composed of To:, CC:, and BCC: fields.
|
Destination |
Destination.withBccAddresses(java.util.Collection<java.lang.String> bccAddresses)
The BCC: field(s) of the message.
|
Destination |
Destination.withBccAddresses(java.lang.String... bccAddresses)
The BCC: field(s) of the message.
|
Destination |
Destination.withCcAddresses(java.util.Collection<java.lang.String> ccAddresses)
The CC: field(s) of the message.
|
Destination |
Destination.withCcAddresses(java.lang.String... ccAddresses)
The CC: field(s) of the message.
|
Destination |
Destination.withToAddresses(java.util.Collection<java.lang.String> toAddresses)
The To: field(s) of the message.
|
Destination |
Destination.withToAddresses(java.lang.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(java.lang.String source,
Destination destination,
Message message)
Constructs a new SendEmailRequest object.
|
Modifier and Type | Method and Description |
---|---|
Destination |
DestinationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |