| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ReceiptFilterPolicy |
ReceiptFilterProps.getPolicy()
(experimental) The policy for the filter.
|
ReceiptFilterPolicy |
ReceiptFilterProps.Jsii$Proxy.getPolicy() |
static ReceiptFilterPolicy |
ReceiptFilterPolicy.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.
|
| Modifier and Type | Method and Description |
|---|---|
ReceiptFilterProps.Builder |
ReceiptFilterProps.Builder.policy(ReceiptFilterPolicy policy)
Sets the value of
ReceiptFilterProps.getPolicy() |
ReceiptFilter.Builder |
ReceiptFilter.Builder.policy(ReceiptFilterPolicy policy)
(experimental) The policy for the filter.
|
| Constructor and Description |
|---|
Jsii$Proxy(String ip,
ReceiptFilterPolicy policy,
String receiptFilterName)
Constructor that initializes the object based on literal property values passed by the
ReceiptFilterProps.Builder. |
Copyright © 2021. All rights reserved.