Uses of Class
software.amazon.awssdk.services.ses.model.BouncedRecipientInfo
-
Packages that use BouncedRecipientInfo Package Description software.amazon.awssdk.services.ses.model -
-
Uses of BouncedRecipientInfo in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type BouncedRecipientInfo Modifier and Type Method Description List<BouncedRecipientInfo>SendBounceRequest. bouncedRecipientInfoList()A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients.Methods in software.amazon.awssdk.services.ses.model with parameters of type BouncedRecipientInfo Modifier and Type Method Description SendBounceRequest.BuilderSendBounceRequest.Builder. bouncedRecipientInfoList(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 software.amazon.awssdk.services.ses.model with type arguments of type BouncedRecipientInfo Modifier and Type Method Description SendBounceRequest.BuilderSendBounceRequest.Builder. bouncedRecipientInfoList(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.
-