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 ReceiptIpFilter
ReceiptIpFilter. clone()
ReceiptIpFilter
ReceiptFilter. getIpFilter()
A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.ReceiptIpFilter
ReceiptIpFilter. 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.ReceiptIpFilter
ReceiptIpFilter. withPolicy(ReceiptFilterPolicy policy)
Indicates whether to block or allow incoming mail from the specified IP addresses.ReceiptIpFilter
ReceiptIpFilter. 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 void
ReceiptFilter. setIpFilter(ReceiptIpFilter ipFilter)
A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.ReceiptFilter
ReceiptFilter. withIpFilter(ReceiptIpFilter ipFilter)
A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.
-