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 ReceiptRuleReceiptRule. clone()ReceiptRuleCreateReceiptRuleRequest. getRule()A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.ReceiptRuleDescribeReceiptRuleResult. 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.ReceiptRuleUpdateReceiptRuleRequest. getRule()A data structure that contains the updated receipt rule information.ReceiptRuleReceiptRule. 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.ReceiptRuleReceiptRule. 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.ReceiptRuleReceiptRule. withEnabled(Boolean enabled)Iftrue, the receipt rule is active.ReceiptRuleReceiptRule. withName(String name)The name of the receipt rule.ReceiptRuleReceiptRule. withRecipients(String... recipients)The recipient domains and email addresses to which the receipt rule applies.ReceiptRuleReceiptRule. withRecipients(Collection<String> recipients)The recipient domains and email addresses to which the receipt rule applies.ReceiptRuleReceiptRule. withScanEnabled(Boolean scanEnabled)Iftrue, then messages to which this receipt rule applies are scanned for spam and viruses.ReceiptRuleReceiptRule. withTlsPolicy(TlsPolicy tlsPolicy)Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).ReceiptRuleReceiptRule. 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 voidCreateReceiptRuleRequest. setRule(ReceiptRule rule)A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.voidDescribeReceiptRuleResult. 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.voidUpdateReceiptRuleRequest. setRule(ReceiptRule rule)A data structure that contains the updated receipt rule information.CreateReceiptRuleRequestCreateReceiptRuleRequest. withRule(ReceiptRule rule)A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.DescribeReceiptRuleResultDescribeReceiptRuleResult. 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.UpdateReceiptRuleRequestUpdateReceiptRuleRequest. withRule(ReceiptRule rule)A data structure that contains the updated receipt rule information.DescribeActiveReceiptRuleSetResultDescribeActiveReceiptRuleSetResult. withRules(ReceiptRule... rules)The receipt rules that belong to the active rule set.DescribeReceiptRuleSetResultDescribeReceiptRuleSetResult. 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 voidDescribeActiveReceiptRuleSetResult. setRules(Collection<ReceiptRule> rules)The receipt rules that belong to the active rule set.voidDescribeReceiptRuleSetResult. setRules(Collection<ReceiptRule> rules)A list of the receipt rules that belong to the specified receipt rule set.DescribeActiveReceiptRuleSetResultDescribeActiveReceiptRuleSetResult. withRules(Collection<ReceiptRule> rules)The receipt rules that belong to the active rule set.DescribeReceiptRuleSetResultDescribeReceiptRuleSetResult. withRules(Collection<ReceiptRule> rules)A list of the receipt rules that belong to the specified receipt rule set.
-