Uses of Class
com.amazonaws.services.simpleemail.model.BouncedRecipientInfo
-
Packages that use BouncedRecipientInfo Package Description com.amazonaws.services.simpleemail.model -
-
Uses of BouncedRecipientInfo in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return BouncedRecipientInfo Modifier and Type Method Description BouncedRecipientInfo
BouncedRecipientInfo. clone()
BouncedRecipientInfo
BouncedRecipientInfo. withBounceType(BounceType bounceType)
The reason for the bounce.BouncedRecipientInfo
BouncedRecipientInfo. withBounceType(String bounceType)
The reason for the bounce.BouncedRecipientInfo
BouncedRecipientInfo. withRecipient(String recipient)
The email address of the recipient of the bounced email.BouncedRecipientInfo
BouncedRecipientInfo. withRecipientArn(String recipientArn)
This parameter is used only for sending authorization.BouncedRecipientInfo
BouncedRecipientInfo. withRecipientDsnFields(RecipientDsnFields recipientDsnFields)
Recipient-related DSN fields, most of which would normally be filled in automatically when provided with aBounceType
.Methods in com.amazonaws.services.simpleemail.model that return types with arguments of type BouncedRecipientInfo Modifier and Type Method Description List<BouncedRecipientInfo>
SendBounceRequest. getBouncedRecipientInfoList()
A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients.Methods in com.amazonaws.services.simpleemail.model with parameters of type BouncedRecipientInfo Modifier and Type Method Description SendBounceRequest
SendBounceRequest. withBouncedRecipientInfoList(BouncedRecipientInfo... bouncedRecipientInfoList)
A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients.Method parameters in com.amazonaws.services.simpleemail.model with type arguments of type BouncedRecipientInfo Modifier and Type Method Description void
SendBounceRequest. setBouncedRecipientInfoList(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
SendBounceRequest. withBouncedRecipientInfoList(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.
-