Uses of Class
com.amazonaws.services.simpleemail.model.LambdaAction
-
Packages that use LambdaAction Package Description com.amazonaws.services.simpleemail.model -
-
Uses of LambdaAction in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return LambdaAction Modifier and Type Method Description LambdaActionLambdaAction. clone()LambdaActionReceiptAction. getLambdaAction()Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.LambdaActionLambdaAction. withFunctionArn(String functionArn)The Amazon Resource Name (ARN) of the AWS Lambda function.LambdaActionLambdaAction. withInvocationType(InvocationType invocationType)The invocation type of the AWS Lambda function.LambdaActionLambdaAction. withInvocationType(String invocationType)The invocation type of the AWS Lambda function.LambdaActionLambdaAction. withTopicArn(String topicArn)The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is taken.Methods in com.amazonaws.services.simpleemail.model with parameters of type LambdaAction Modifier and Type Method Description voidReceiptAction. setLambdaAction(LambdaAction lambdaAction)Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.ReceiptActionReceiptAction. withLambdaAction(LambdaAction lambdaAction)Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.
-