Uses of Class
com.amazonaws.services.simpleemail.model.ReceiptFilter
Packages that use ReceiptFilter
-
Uses of ReceiptFilter in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ReceiptFilterModifier and TypeMethodDescriptionReceiptFilter.clone()
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.withIpFilter
(ReceiptIpFilter ipFilter) A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.The name of the IP address filter.Methods in com.amazonaws.services.simpleemail.model that return types with arguments of type ReceiptFilterModifier and TypeMethodDescriptionListReceiptFiltersResult.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 ReceiptFilterModifier and TypeMethodDescriptionvoid
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.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.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 ReceiptFilterModifier and TypeMethodDescriptionvoid
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.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.