| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ReceiptRuleSet.Builder |
ReceiptRuleSet.Builder.create(software.constructs.Construct scope,
String id) |
ReceiptRuleSet.Builder |
ReceiptRuleSet.Builder.dropSpam(Boolean dropSpam)
Whether to add a first rule to stop processing messages that have at least one spam indicator.
|
ReceiptRuleSet.Builder |
ReceiptRuleSet.Builder.receiptRuleSetName(String receiptRuleSetName)
The name for the receipt rule set.
|
ReceiptRuleSet.Builder |
ReceiptRuleSet.Builder.rules(List<? extends ReceiptRuleOptions> rules)
The list of rules to add to this rule set.
|
Copyright © 2022. All rights reserved.