Uses of Class
software.amazon.awssdk.services.ses.model.ReceiptFilter
Packages that use ReceiptFilter
-
Uses of ReceiptFilter in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ReceiptFilterModifier and TypeMethodDescriptionfinal ReceiptFilterCreateReceiptFilterRequest.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.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ReceiptFilterModifier and TypeMethodDescriptionfinal List<ReceiptFilter>ListReceiptFiltersResponse.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.Methods in software.amazon.awssdk.services.ses.model with parameters of type ReceiptFilterModifier and TypeMethodDescriptionCreateReceiptFilterRequest.Builder.filter(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.ListReceiptFiltersResponse.Builder.filters(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 software.amazon.awssdk.services.ses.model with type arguments of type ReceiptFilterModifier and TypeMethodDescriptionListReceiptFiltersResponse.Builder.filters(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.