Uses of Class
software.amazon.awssdk.services.ses.model.ReceiptFilterPolicy
-
Packages that use ReceiptFilterPolicy Package Description software.amazon.awssdk.services.ses.model -
-
Uses of ReceiptFilterPolicy in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ReceiptFilterPolicy Modifier and Type Method Description static ReceiptFilterPolicyReceiptFilterPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReceiptFilterPolicyReceiptIpFilter. policy()Indicates whether to block or allow incoming mail from the specified IP addresses.static ReceiptFilterPolicyReceiptFilterPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ReceiptFilterPolicy[]ReceiptFilterPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ReceiptFilterPolicy Modifier and Type Method Description static Set<ReceiptFilterPolicy>ReceiptFilterPolicy. knownValues()Methods in software.amazon.awssdk.services.ses.model with parameters of type ReceiptFilterPolicy Modifier and Type Method Description ReceiptIpFilter.BuilderReceiptIpFilter.Builder. policy(ReceiptFilterPolicy policy)Indicates whether to block or allow incoming mail from the specified IP addresses.
-