| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
BulkEmailEntry.destination()
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
|
Destination |
SendEmailRequest.destination()
An object that contains the recipients of the email message.
|
| Modifier and Type | Method and Description |
|---|---|
BulkEmailEntry.Builder |
BulkEmailEntry.Builder.destination(Destination destination)
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
|
SendEmailRequest.Builder |
SendEmailRequest.Builder.destination(Destination destination)
An object that contains the recipients of the email message.
|
Copyright © 2020. All rights reserved.