Uses of Class
software.amazon.awssdk.services.ses.model.ReceiptAction
-
Packages that use ReceiptAction Package Description software.amazon.awssdk.services.ses.model -
-
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 ReceiptAction Modifier and Type Method Description 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 ReceiptAction Modifier and Type Method Description ReceiptRule.BuilderReceiptRule.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 ReceiptAction Modifier and Type Method Description ReceiptRule.BuilderReceiptRule.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.
-