| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Bounce |
Bounce.clone() |
Bounce |
EventDetails.getBounce()
Information about a
Bounce event. |
Bounce |
Bounce.withBounceSubType(String bounceSubType)
The subtype of the bounce, as determined by SES.
|
Bounce |
Bounce.withBounceType(BounceType bounceType)
The type of the bounce, as determined by SES.
|
Bounce |
Bounce.withBounceType(String bounceType)
The type of the bounce, as determined by SES.
|
Bounce |
Bounce.withDiagnosticCode(String diagnosticCode)
The status code issued by the reporting Message Transfer Authority (MTA).
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDetails.setBounce(Bounce bounce)
Information about a
Bounce event. |
EventDetails |
EventDetails.withBounce(Bounce bounce)
Information about a
Bounce event. |
Copyright © 2024. All rights reserved.