Uses of Class
com.amazonaws.services.simpleemail.model.ReceiptIpFilter
Packages that use ReceiptIpFilter
-
Uses of ReceiptIpFilter in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ReceiptIpFilterModifier and TypeMethodDescriptionReceiptIpFilter.clone()
ReceiptFilter.getIpFilter()
A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.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.withPolicy
(ReceiptFilterPolicy policy) Indicates whether to block or allow incoming mail from the specified IP addresses.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 ReceiptIpFilterModifier and TypeMethodDescriptionvoid
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.withIpFilter
(ReceiptIpFilter ipFilter) A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.