Uses of Class
com.amazonaws.services.simpleemail.model.ReceiptFilter
-
Packages that use ReceiptFilter Package Description com.amazonaws.services.simpleemail.model -
-
Uses of ReceiptFilter in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ReceiptFilter Modifier and Type Method Description ReceiptFilter
ReceiptFilter. clone()
ReceiptFilter
CreateReceiptFilterRequest. getFilter()
A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.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.ReceiptFilter
ReceiptFilter. withName(String name)
The name of the IP address filter.Methods in com.amazonaws.services.simpleemail.model that return types with arguments of type ReceiptFilter Modifier and Type Method Description List<ReceiptFilter>
ListReceiptFiltersResult. getFilters()
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.Methods in com.amazonaws.services.simpleemail.model with parameters of type ReceiptFilter Modifier and Type Method Description void
CreateReceiptFilterRequest. setFilter(ReceiptFilter filter)
A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.CreateReceiptFilterRequest
CreateReceiptFilterRequest. withFilter(ReceiptFilter filter)
A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.ListReceiptFiltersResult
ListReceiptFiltersResult. withFilters(ReceiptFilter... filters)
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.Method parameters in com.amazonaws.services.simpleemail.model with type arguments of type ReceiptFilter Modifier and Type Method Description void
ListReceiptFiltersResult. setFilters(Collection<ReceiptFilter> filters)
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.ListReceiptFiltersResult
ListReceiptFiltersResult. withFilters(Collection<ReceiptFilter> filters)
A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.
-