| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
static BounceAction.Builder |
BounceAction.builder() |
BounceAction.Builder |
BounceAction.Builder.message(String message)
Human-readable text to include in the bounce message.
|
BounceAction.Builder |
BounceAction.Builder.sender(String sender)
The email address of the sender of the bounced email.
|
BounceAction.Builder |
BounceAction.Builder.smtpReplyCode(String smtpReplyCode)
The SMTP reply code, as defined by RFC 5321.
|
BounceAction.Builder |
BounceAction.Builder.statusCode(String statusCode)
The SMTP enhanced status code, as defined by RFC 3463.
|
BounceAction.Builder |
BounceAction.toBuilder() |
BounceAction.Builder |
BounceAction.Builder.topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BounceAction.Builder> |
BounceAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReceiptAction.Builder |
ReceiptAction.Builder.bounceAction(Consumer<BounceAction.Builder> bounceAction)
Rejects the received email by returning a bounce response to the sender and, optionally, publishes a
notification to Amazon Simple Notification Service (Amazon SNS).
|
Copyright © 2022. All rights reserved.