Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private ReceiptRule |
UpdateReceiptRuleRequest.rule
A data structure that contains the updated receipt rule information.
|
private ReceiptRule |
DescribeReceiptRuleResult.rule
A data structure that contains the specified receipt rule's name,
actions, recipients, domains, enabled status, scan status, and Transport
Layer Security (TLS) policy.
|
private ReceiptRule |
CreateReceiptRuleRequest.rule
A data structure that contains the specified rule's name, actions,
recipients, domains, enabled status, scan status, and TLS policy.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ReceiptRule> |
DescribeReceiptRuleSetResult.rules
A list of the receipt rules that belong to the specified receipt rule
set.
|
private SdkInternalList<ReceiptRule> |
DescribeActiveReceiptRuleSetResult.rules
The receipt rules that belong to the active rule set.
|
Modifier and Type | Method and Description |
---|---|
ReceiptRule |
ReceiptRule.clone() |
ReceiptRule |
UpdateReceiptRuleRequest.getRule()
A data structure that contains the updated receipt rule information.
|
ReceiptRule |
DescribeReceiptRuleResult.getRule()
A data structure that contains the specified receipt rule's name,
actions, recipients, domains, enabled status, scan status, and Transport
Layer Security (TLS) policy.
|
ReceiptRule |
CreateReceiptRuleRequest.getRule()
A data structure that contains the specified rule's name, actions,
recipients, domains, enabled status, scan status, and TLS policy.
|
ReceiptRule |
ReceiptRule.withActions(java.util.Collection<ReceiptAction> actions)
An ordered list of actions to perform on messages that match at least one
of the recipient email addresses or domains specified in the receipt
rule.
|
ReceiptRule |
ReceiptRule.withActions(ReceiptAction... actions)
An ordered list of actions to perform on messages that match at least one
of the recipient email addresses or domains specified in the receipt
rule.
|
ReceiptRule |
ReceiptRule.withEnabled(java.lang.Boolean enabled)
If
true , the receipt rule is active. |
ReceiptRule |
ReceiptRule.withName(java.lang.String name)
The name of the receipt rule.
|
ReceiptRule |
ReceiptRule.withRecipients(java.util.Collection<java.lang.String> recipients)
The recipient domains and email addresses to which the receipt rule
applies.
|
ReceiptRule |
ReceiptRule.withRecipients(java.lang.String... recipients)
The recipient domains and email addresses to which the receipt rule
applies.
|
ReceiptRule |
ReceiptRule.withScanEnabled(java.lang.Boolean scanEnabled)
If
true , then messages to which this receipt rule applies
are scanned for spam and viruses. |
ReceiptRule |
ReceiptRule.withTlsPolicy(java.lang.String tlsPolicy)
Specifies whether Amazon SES should require that incoming email is
delivered over a connection encrypted with Transport Layer Security
(TLS).
|
ReceiptRule |
ReceiptRule.withTlsPolicy(TlsPolicy tlsPolicy)
Specifies whether Amazon SES should require that incoming email is
delivered over a connection encrypted with Transport Layer Security
(TLS).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReceiptRule> |
DescribeReceiptRuleSetResult.getRules()
A list of the receipt rules that belong to the specified receipt rule
set.
|
java.util.List<ReceiptRule> |
DescribeActiveReceiptRuleSetResult.getRules()
The receipt rules that belong to the active rule set.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateReceiptRuleRequest.setRule(ReceiptRule rule)
A data structure that contains the updated receipt rule information.
|
void |
DescribeReceiptRuleResult.setRule(ReceiptRule rule)
A data structure that contains the specified receipt rule's name,
actions, recipients, domains, enabled status, scan status, and Transport
Layer Security (TLS) policy.
|
void |
CreateReceiptRuleRequest.setRule(ReceiptRule rule)
A data structure that contains the specified rule's name, actions,
recipients, domains, enabled status, scan status, and TLS policy.
|
UpdateReceiptRuleRequest |
UpdateReceiptRuleRequest.withRule(ReceiptRule rule)
A data structure that contains the updated receipt rule information.
|
DescribeReceiptRuleResult |
DescribeReceiptRuleResult.withRule(ReceiptRule rule)
A data structure that contains the specified receipt rule's name,
actions, recipients, domains, enabled status, scan status, and Transport
Layer Security (TLS) policy.
|
CreateReceiptRuleRequest |
CreateReceiptRuleRequest.withRule(ReceiptRule rule)
A data structure that contains the specified rule's name, actions,
recipients, domains, enabled status, scan status, and TLS policy.
|
DescribeReceiptRuleSetResult |
DescribeReceiptRuleSetResult.withRules(ReceiptRule... rules)
A list of the receipt rules that belong to the specified receipt rule
set.
|
DescribeActiveReceiptRuleSetResult |
DescribeActiveReceiptRuleSetResult.withRules(ReceiptRule... rules)
The receipt rules that belong to the active rule set.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeReceiptRuleSetResult.setRules(java.util.Collection<ReceiptRule> rules)
A list of the receipt rules that belong to the specified receipt rule
set.
|
void |
DescribeActiveReceiptRuleSetResult.setRules(java.util.Collection<ReceiptRule> rules)
The receipt rules that belong to the active rule set.
|
DescribeReceiptRuleSetResult |
DescribeReceiptRuleSetResult.withRules(java.util.Collection<ReceiptRule> rules)
A list of the receipt rules that belong to the specified receipt rule
set.
|
DescribeActiveReceiptRuleSetResult |
DescribeActiveReceiptRuleSetResult.withRules(java.util.Collection<ReceiptRule> rules)
The receipt rules that belong to the active rule set.
|
Modifier and Type | Method and Description |
---|---|
ReceiptRule |
ReceiptRuleStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |