Uses of Class
com.amazonaws.services.simpleemail.model.ReceiptRule
Packages that use ReceiptRule
-
Uses of ReceiptRule in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ReceiptRuleModifier and TypeMethodDescriptionReceiptRule.clone()
CreateReceiptRuleRequest.getRule()
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.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.UpdateReceiptRuleRequest.getRule()
A data structure that contains the updated receipt rule information.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.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.withEnabled
(Boolean enabled) Iftrue
, the receipt rule is active.The name of the receipt rule.ReceiptRule.withRecipients
(String... recipients) The recipient domains and email addresses to which the receipt rule applies.ReceiptRule.withRecipients
(Collection<String> recipients) The recipient domains and email addresses to which the receipt rule applies.ReceiptRule.withScanEnabled
(Boolean scanEnabled) Iftrue
, then messages to which this receipt rule applies are scanned for spam and viruses.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.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 ReceiptRuleModifier and TypeMethodDescriptionDescribeActiveReceiptRuleSetResult.getRules()
The receipt rules that belong to the active rule set.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 ReceiptRuleModifier and TypeMethodDescriptionvoid
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.withRule
(ReceiptRule rule) A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.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.withRule
(ReceiptRule rule) A data structure that contains the updated receipt rule information.DescribeActiveReceiptRuleSetResult.withRules
(ReceiptRule... rules) The receipt rules that belong to the active rule set.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 ReceiptRuleModifier and TypeMethodDescriptionvoid
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.withRules
(Collection<ReceiptRule> rules) The receipt rules that belong to the active rule set.DescribeReceiptRuleSetResult.withRules
(Collection<ReceiptRule> rules) A list of the receipt rules that belong to the specified receipt rule set.