Uses of Class
com.amazonaws.services.simpleemail.model.ReceiptAction
Packages that use ReceiptAction
-
Uses of ReceiptAction in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ReceiptActionModifier and TypeMethodDescriptionReceiptAction.clone()
ReceiptAction.withAddHeaderAction
(AddHeaderAction addHeaderAction) Adds a header to the received email.ReceiptAction.withBounceAction
(BounceAction bounceAction) Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).ReceiptAction.withLambdaAction
(LambdaAction lambdaAction) Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.ReceiptAction.withS3Action
(S3Action s3Action) Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.ReceiptAction.withSNSAction
(SNSAction sNSAction) Publishes the email content within a notification to Amazon SNS.ReceiptAction.withStopAction
(StopAction stopAction) Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.ReceiptAction.withWorkmailAction
(WorkmailAction workmailAction) Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.Methods in com.amazonaws.services.simpleemail.model that return types with arguments of type ReceiptActionModifier and TypeMethodDescriptionReceiptRule.getActions()
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 com.amazonaws.services.simpleemail.model with parameters of type ReceiptActionModifier and TypeMethodDescriptionReceiptRule.withActions
(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 com.amazonaws.services.simpleemail.model with type arguments of type ReceiptActionModifier and TypeMethodDescriptionvoid
ReceiptRule.setActions
(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.withActions
(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.