| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
List<BouncedRecipientInfo> |
SendBounceRequest.bouncedRecipientInfoList()
A list of recipients of the bounced message, including the information required to create the Delivery Status
Notifications (DSNs) for the recipients.
|
| Modifier and Type | Method and Description |
|---|---|
SendBounceRequest.Builder |
SendBounceRequest.Builder.bouncedRecipientInfoList(BouncedRecipientInfo... bouncedRecipientInfoList)
A list of recipients of the bounced message, including the information required to create the Delivery Status
Notifications (DSNs) for the recipients.
|
| Modifier and Type | Method and Description |
|---|---|
SendBounceRequest.Builder |
SendBounceRequest.Builder.bouncedRecipientInfoList(Collection<BouncedRecipientInfo> bouncedRecipientInfoList)
A list of recipients of the bounced message, including the information required to create the Delivery Status
Notifications (DSNs) for the recipients.
|
Copyright © 2022. All rights reserved.