| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
Bounce.Builder |
Bounce.Builder.bounceSubType(String bounceSubType)
The subtype of the bounce, as determined by SES.
|
Bounce.Builder |
Bounce.Builder.bounceType(BounceType bounceType)
The type of the bounce, as determined by SES.
|
Bounce.Builder |
Bounce.Builder.bounceType(String bounceType)
The type of the bounce, as determined by SES.
|
static Bounce.Builder |
Bounce.builder() |
Bounce.Builder |
Bounce.Builder.diagnosticCode(String diagnosticCode)
The status code issued by the reporting Message Transfer Authority (MTA).
|
Bounce.Builder |
Bounce.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Bounce.Builder> |
Bounce.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EventDetails.Builder |
EventDetails.Builder.bounce(Consumer<Bounce.Builder> bounce)
Information about a
Bounce event. |
Copyright © 2023. All rights reserved.