| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
BouncedRecipientInfo.Builder |
BouncedRecipientInfo.Builder.bounceType(BounceType bounceType)
The reason for the bounce.
|
BouncedRecipientInfo.Builder |
BouncedRecipientInfo.Builder.bounceType(String bounceType)
The reason for the bounce.
|
static BouncedRecipientInfo.Builder |
BouncedRecipientInfo.builder() |
BouncedRecipientInfo.Builder |
BouncedRecipientInfo.Builder.recipient(String recipient)
The email address of the recipient of the bounced email.
|
BouncedRecipientInfo.Builder |
BouncedRecipientInfo.Builder.recipientArn(String recipientArn)
This parameter is used only for sending authorization.
|
default BouncedRecipientInfo.Builder |
BouncedRecipientInfo.Builder.recipientDsnFields(Consumer<RecipientDsnFields.Builder> recipientDsnFields)
Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a
BounceType. |
BouncedRecipientInfo.Builder |
BouncedRecipientInfo.Builder.recipientDsnFields(RecipientDsnFields recipientDsnFields)
Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a
BounceType. |
BouncedRecipientInfo.Builder |
BouncedRecipientInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BouncedRecipientInfo.Builder> |
BouncedRecipientInfo.serializableBuilderClass() |
Copyright © 2022. All rights reserved.