Uses of Class
com.amazonaws.services.simpleemail.model.ReceiptIpFilter
-
Packages that use ReceiptIpFilter Package Description com.amazonaws.services.simpleemail.model -
-
Uses of ReceiptIpFilter in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ReceiptIpFilter Modifier and Type Method Description ReceiptIpFilterReceiptIpFilter. clone()ReceiptIpFilterReceiptFilter. getIpFilter()A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.ReceiptIpFilterReceiptIpFilter. withCidr(String cidr)A single IP address or a range of IP addresses that you want to block or allow, specified in Classless Inter-Domain Routing (CIDR) notation.ReceiptIpFilterReceiptIpFilter. withPolicy(ReceiptFilterPolicy policy)Indicates whether to block or allow incoming mail from the specified IP addresses.ReceiptIpFilterReceiptIpFilter. withPolicy(String policy)Indicates whether to block or allow incoming mail from the specified IP addresses.Methods in com.amazonaws.services.simpleemail.model with parameters of type ReceiptIpFilter Modifier and Type Method Description voidReceiptFilter. setIpFilter(ReceiptIpFilter ipFilter)A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.ReceiptFilterReceiptFilter. withIpFilter(ReceiptIpFilter ipFilter)A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.
-