Uses of Class
software.amazon.awssdk.services.ses.model.ReceiptRule
Packages that use ReceiptRule
-
Uses of ReceiptRule in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ReceiptRuleModifier and TypeMethodDescriptionfinal ReceiptRuleCreateReceiptRuleRequest.rule()A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.final ReceiptRuleDescribeReceiptRuleResponse.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.final ReceiptRuleUpdateReceiptRuleRequest.rule()A data structure that contains the updated receipt rule information.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ReceiptRuleModifier and TypeMethodDescriptionfinal List<ReceiptRule>DescribeActiveReceiptRuleSetResponse.rules()The receipt rules that belong to the active rule set.final List<ReceiptRule>DescribeReceiptRuleSetResponse.rules()A list of the receipt rules that belong to the specified receipt rule set.Methods in software.amazon.awssdk.services.ses.model with parameters of type ReceiptRuleModifier and TypeMethodDescriptionCreateReceiptRuleRequest.Builder.rule(ReceiptRule rule) A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.DescribeReceiptRuleResponse.Builder.rule(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.Builder.rule(ReceiptRule rule) A data structure that contains the updated receipt rule information.DescribeActiveReceiptRuleSetResponse.Builder.rules(ReceiptRule... rules) The receipt rules that belong to the active rule set.DescribeReceiptRuleSetResponse.Builder.rules(ReceiptRule... rules) A list of the receipt rules that belong to the specified receipt rule set.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type ReceiptRuleModifier and TypeMethodDescriptionDescribeActiveReceiptRuleSetResponse.Builder.rules(Collection<ReceiptRule> rules) The receipt rules that belong to the active rule set.DescribeReceiptRuleSetResponse.Builder.rules(Collection<ReceiptRule> rules) A list of the receipt rules that belong to the specified receipt rule set.