Uses of Class
com.amazonaws.services.simpleemail.model.ReceiptRule
-
Packages that use ReceiptRule Package Description com.amazonaws.services.simpleemail.model -
-
Uses of ReceiptRule in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ReceiptRule Modifier and Type Method Description ReceiptRule
ReceiptRule. clone()
ReceiptRule
CreateReceiptRuleRequest. getRule()
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.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
UpdateReceiptRuleRequest. getRule()
A data structure that contains the updated receipt rule information.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. withActions(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. withEnabled(Boolean enabled)
Iftrue
, the receipt rule is active.ReceiptRule
ReceiptRule. withName(String name)
The name of the receipt rule.ReceiptRule
ReceiptRule. withRecipients(String... recipients)
The recipient domains and email addresses to which the receipt rule applies.ReceiptRule
ReceiptRule. withRecipients(Collection<String> recipients)
The recipient domains and email addresses to which the receipt rule applies.ReceiptRule
ReceiptRule. withScanEnabled(Boolean scanEnabled)
Iftrue
, then messages to which this receipt rule applies are scanned for spam and viruses.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).ReceiptRule
ReceiptRule. withTlsPolicy(String tlsPolicy)
Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).Methods in com.amazonaws.services.simpleemail.model that return types with arguments of type ReceiptRule Modifier and Type Method Description List<ReceiptRule>
DescribeActiveReceiptRuleSetResult. getRules()
The receipt rules that belong to the active rule set.List<ReceiptRule>
DescribeReceiptRuleSetResult. getRules()
A list of the receipt rules that belong to the specified receipt rule set.Methods in com.amazonaws.services.simpleemail.model with parameters of type ReceiptRule Modifier and Type Method Description 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.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
UpdateReceiptRuleRequest. setRule(ReceiptRule rule)
A data structure that contains the updated receipt rule information.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.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.UpdateReceiptRuleRequest
UpdateReceiptRuleRequest. withRule(ReceiptRule rule)
A data structure that contains the updated receipt rule information.DescribeActiveReceiptRuleSetResult
DescribeActiveReceiptRuleSetResult. withRules(ReceiptRule... rules)
The receipt rules that belong to the active rule set.DescribeReceiptRuleSetResult
DescribeReceiptRuleSetResult. withRules(ReceiptRule... rules)
A list of the receipt rules that belong to the specified receipt rule set.Method parameters in com.amazonaws.services.simpleemail.model with type arguments of type ReceiptRule Modifier and Type Method Description void
DescribeActiveReceiptRuleSetResult. setRules(Collection<ReceiptRule> rules)
The receipt rules that belong to the active rule set.void
DescribeReceiptRuleSetResult. setRules(Collection<ReceiptRule> rules)
A list of the receipt rules that belong to the specified receipt rule set.DescribeActiveReceiptRuleSetResult
DescribeActiveReceiptRuleSetResult. withRules(Collection<ReceiptRule> rules)
The receipt rules that belong to the active rule set.DescribeReceiptRuleSetResult
DescribeReceiptRuleSetResult. withRules(Collection<ReceiptRule> rules)
A list of the receipt rules that belong to the specified receipt rule set.
-