Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private LambdaAction |
ReceiptAction.lambdaAction
Calls an AWS Lambda function, and optionally, publishes a notification to
Amazon SNS.
|
Modifier and Type | Method and Description |
---|---|
LambdaAction |
LambdaAction.clone() |
LambdaAction |
ReceiptAction.getLambdaAction()
Calls an AWS Lambda function, and optionally, publishes a notification to
Amazon SNS.
|
LambdaAction |
LambdaAction.withFunctionArn(java.lang.String functionArn)
The Amazon Resource Name (ARN) of the AWS Lambda function.
|
LambdaAction |
LambdaAction.withInvocationType(InvocationType invocationType)
The invocation type of the AWS Lambda function.
|
LambdaAction |
LambdaAction.withInvocationType(java.lang.String invocationType)
The invocation type of the AWS Lambda function.
|
LambdaAction |
LambdaAction.withTopicArn(java.lang.String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the
Lambda action is taken.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiptAction.setLambdaAction(LambdaAction lambdaAction)
Calls an AWS Lambda function, and optionally, publishes a notification to
Amazon SNS.
|
ReceiptAction |
ReceiptAction.withLambdaAction(LambdaAction lambdaAction)
Calls an AWS Lambda function, and optionally, publishes a notification to
Amazon SNS.
|
Modifier and Type | Method and Description |
---|---|
LambdaAction |
LambdaActionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |