Uses of Interface
software.amazon.awssdk.services.ses.model.ReceiptRule.Builder
Packages that use ReceiptRule.Builder
-
Uses of ReceiptRule.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ReceiptRule.BuilderModifier and TypeMethodDescriptionReceiptRule.Builder.actions(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.Builder.actions(Consumer<ReceiptAction.Builder>... 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.Builder.actions(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.static ReceiptRule.BuilderReceiptRule.builder()Iftrue, the receipt rule is active.The name of the receipt rule.ReceiptRule.Builder.recipients(String... recipients) The recipient domains and email addresses that the receipt rule applies to.ReceiptRule.Builder.recipients(Collection<String> recipients) The recipient domains and email addresses that the receipt rule applies to.ReceiptRule.Builder.scanEnabled(Boolean scanEnabled) Iftrue, then messages that this receipt rule applies to are scanned for spam and viruses.Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).ReceiptRule.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ReceiptRule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReceiptRule.Builder>ReceiptRule.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type ReceiptRule.BuilderModifier and TypeMethodDescriptiondefault CreateReceiptRuleRequest.BuilderCreateReceiptRuleRequest.Builder.rule(Consumer<ReceiptRule.Builder> rule) A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.DescribeReceiptRuleResponse.Builder.rule(Consumer<ReceiptRule.Builder> 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.default UpdateReceiptRuleRequest.BuilderUpdateReceiptRuleRequest.Builder.rule(Consumer<ReceiptRule.Builder> rule) A data structure that contains the updated receipt rule information.