Uses of Enum
software.amazon.awscdk.services.ses.ReceiptFilterPolicy
Packages that use ReceiptFilterPolicy
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of ReceiptFilterPolicy in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return ReceiptFilterPolicyModifier and TypeMethodDescriptiondefault ReceiptFilterPolicy
ReceiptFilterProps.getPolicy()
The policy for the filter.final ReceiptFilterPolicy
ReceiptFilterProps.Jsii$Proxy.getPolicy()
static ReceiptFilterPolicy
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.awscdk.services.ses with parameters of type ReceiptFilterPolicyModifier and TypeMethodDescriptionReceiptFilter.Builder.policy
(ReceiptFilterPolicy policy) The policy for the filter.ReceiptFilterProps.Builder.policy
(ReceiptFilterPolicy policy) Sets the value ofReceiptFilterProps.getPolicy()