| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
SendEmailRequest.destination()
The destination for this email, composed of To:, CC:, and BCC: fields.
|
Destination |
SendTemplatedEmailRequest.destination()
The destination for this email, composed of To:, CC:, and BCC: fields.
|
Destination |
BulkEmailDestination.destination()
Returns the value of the Destination property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
SendEmailRequest.Builder |
SendEmailRequest.Builder.destination(Destination destination)
The destination for this email, composed of To:, CC:, and BCC: fields.
|
SendTemplatedEmailRequest.Builder |
SendTemplatedEmailRequest.Builder.destination(Destination destination)
The destination for this email, composed of To:, CC:, and BCC: fields.
|
BulkEmailDestination.Builder |
BulkEmailDestination.Builder.destination(Destination destination)
Sets the value of the Destination property for this object.
|
Copyright © 2022. All rights reserved.