Uses of Class
software.amazon.awssdk.services.ses.model.ReceiptRule
-
Packages that use ReceiptRule Package Description software.amazon.awssdk.services.ses.model -
-
Uses of ReceiptRule in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ReceiptRule Modifier and Type Method Description ReceiptRuleCreateReceiptRuleRequest. rule()A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.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.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 ReceiptRule Modifier and Type Method Description List<ReceiptRule>DescribeActiveReceiptRuleSetResponse. rules()The receipt rules that belong to the active rule set.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 ReceiptRule Modifier and Type Method Description CreateReceiptRuleRequest.BuilderCreateReceiptRuleRequest.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.BuilderDescribeReceiptRuleResponse.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.BuilderUpdateReceiptRuleRequest.Builder. rule(ReceiptRule rule)A data structure that contains the updated receipt rule information.DescribeActiveReceiptRuleSetResponse.BuilderDescribeActiveReceiptRuleSetResponse.Builder. rules(ReceiptRule... rules)The receipt rules that belong to the active rule set.DescribeReceiptRuleSetResponse.BuilderDescribeReceiptRuleSetResponse.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 ReceiptRule Modifier and Type Method Description DescribeActiveReceiptRuleSetResponse.BuilderDescribeActiveReceiptRuleSetResponse.Builder. rules(Collection<ReceiptRule> rules)The receipt rules that belong to the active rule set.DescribeReceiptRuleSetResponse.BuilderDescribeReceiptRuleSetResponse.Builder. rules(Collection<ReceiptRule> rules)A list of the receipt rules that belong to the specified receipt rule set.
-