Uses of Class
com.amazonaws.services.simpleemail.model.BouncedRecipientInfo
Packages that use BouncedRecipientInfo
-
Uses of BouncedRecipientInfo in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return BouncedRecipientInfoModifier and TypeMethodDescriptionBouncedRecipientInfo.clone()
BouncedRecipientInfo.withBounceType
(BounceType bounceType) The reason for the bounce.BouncedRecipientInfo.withBounceType
(String bounceType) The reason for the bounce.BouncedRecipientInfo.withRecipient
(String recipient) The email address of the recipient of the bounced email.BouncedRecipientInfo.withRecipientArn
(String recipientArn) This parameter is used only for sending authorization.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 BouncedRecipientInfoModifier and TypeMethodDescriptionSendBounceRequest.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 BouncedRecipientInfoModifier and TypeMethodDescriptionSendBounceRequest.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 BouncedRecipientInfoModifier and TypeMethodDescriptionvoid
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.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.