Uses of Class
software.amazon.awssdk.services.ses.model.ReceiptIpFilter
-
Packages that use ReceiptIpFilter Package Description software.amazon.awssdk.services.ses.model -
-
Uses of ReceiptIpFilter in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ReceiptIpFilter Modifier and Type Method Description ReceiptIpFilterReceiptFilter. ipFilter()A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.Methods in software.amazon.awssdk.services.ses.model with parameters of type ReceiptIpFilter Modifier and Type Method Description ReceiptFilter.BuilderReceiptFilter.Builder. ipFilter(ReceiptIpFilter ipFilter)A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.
-