| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
default SendBounceResponse |
SesClient.sendBounce(Consumer<SendBounceRequest.Builder> sendBounceRequest)
Generates and sends a bounce message to the sender of an email you received through Amazon SES.
|
default CompletableFuture<SendBounceResponse> |
SesAsyncClient.sendBounce(Consumer<SendBounceRequest.Builder> sendBounceRequest)
Generates and sends a bounce message to the sender of an email you received through Amazon SES.
|
| 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.
|
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.
|
SendBounceRequest.Builder |
SendBounceRequest.Builder.bouncedRecipientInfoList(Consumer<BouncedRecipientInfo.Builder>... bouncedRecipientInfoList)
A list of recipients of the bounced message, including the information required to create the Delivery Status
Notifications (DSNs) for the recipients.
|
SendBounceRequest.Builder |
SendBounceRequest.Builder.bounceSender(String bounceSender)
The address to use in the "From" header of the bounce message.
|
SendBounceRequest.Builder |
SendBounceRequest.Builder.bounceSenderArn(String bounceSenderArn)
This parameter is used only for sending authorization.
|
static SendBounceRequest.Builder |
SendBounceRequest.builder() |
SendBounceRequest.Builder |
SendBounceRequest.Builder.explanation(String explanation)
Human-readable text for the bounce message to explain the failure.
|
default SendBounceRequest.Builder |
SendBounceRequest.Builder.messageDsn(Consumer<MessageDsn.Builder> messageDsn)
Message-related DSN fields.
|
SendBounceRequest.Builder |
SendBounceRequest.Builder.messageDsn(MessageDsn messageDsn)
Message-related DSN fields.
|
SendBounceRequest.Builder |
SendBounceRequest.Builder.originalMessageId(String originalMessageId)
The message ID of the message to be bounced.
|
SendBounceRequest.Builder |
SendBounceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendBounceRequest.Builder |
SendBounceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendBounceRequest.Builder |
SendBounceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendBounceRequest.Builder> |
SendBounceRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.