Uses of Class
com.amazonaws.services.simpleemail.model.ReceiptAction
-
Packages that use ReceiptAction Package Description com.amazonaws.services.simpleemail.model -
-
Uses of ReceiptAction in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ReceiptAction Modifier and Type Method Description ReceiptAction
ReceiptAction. clone()
ReceiptAction
ReceiptAction. withAddHeaderAction(AddHeaderAction addHeaderAction)
Adds a header to the received email.ReceiptAction
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
ReceiptAction. withLambdaAction(LambdaAction lambdaAction)
Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.ReceiptAction
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
ReceiptAction. withSNSAction(SNSAction sNSAction)
Publishes the email content within a notification to Amazon SNS.ReceiptAction
ReceiptAction. withStopAction(StopAction stopAction)
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.ReceiptAction
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 ReceiptAction Modifier and Type Method Description List<ReceiptAction>
ReceiptRule. 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 ReceiptAction Modifier and Type Method Description ReceiptRule
ReceiptRule. 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 ReceiptAction Modifier and Type Method Description void
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
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.
-