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 ReceiptFilterReceiptFilter. clone()ReceiptFilterCreateReceiptFilterRequest. 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.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.ReceiptFilterReceiptFilter. 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 voidCreateReceiptFilterRequest. 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.CreateReceiptFilterRequestCreateReceiptFilterRequest. 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.ListReceiptFiltersResultListReceiptFiltersResult. 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 voidListReceiptFiltersResult. 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.ListReceiptFiltersResultListReceiptFiltersResult. 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.
-