Uses of Class
software.amazon.awssdk.services.ses.model.ReceiptAction
Packages that use ReceiptAction
-
Uses of ReceiptAction in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ReceiptActionModifier and TypeMethodDescriptionfinal List<ReceiptAction>ReceiptRule.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.Methods in software.amazon.awssdk.services.ses.model with parameters of type ReceiptActionModifier and TypeMethodDescriptionReceiptRule.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.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type ReceiptActionModifier 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.