Uses of Class
software.amazon.awssdk.services.ses.model.BouncedRecipientInfo
Packages that use BouncedRecipientInfo
-
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 BouncedRecipientInfoModifier and TypeMethodDescriptionfinal 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 BouncedRecipientInfoModifier and TypeMethodDescriptionSendBounceRequest.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 BouncedRecipientInfoModifier and TypeMethodDescriptionSendBounceRequest.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.