Uses of Enum
software.amazon.awssdk.services.ses.model.ReceiptFilterPolicy
Packages that use ReceiptFilterPolicy
-
Uses of ReceiptFilterPolicy in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ReceiptFilterPolicyModifier and TypeMethodDescriptionstatic ReceiptFilterPolicyUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReceiptFilterPolicyReceiptIpFilter.policy()Indicates whether to block or allow incoming mail from the specified IP addresses.static ReceiptFilterPolicyReturns 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 ReceiptFilterPolicyModifier and TypeMethodDescriptionstatic Set<ReceiptFilterPolicy>ReceiptFilterPolicy.knownValues()Methods in software.amazon.awssdk.services.ses.model with parameters of type ReceiptFilterPolicyModifier and TypeMethodDescriptionReceiptIpFilter.Builder.policy(ReceiptFilterPolicy policy) Indicates whether to block or allow incoming mail from the specified IP addresses.