| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaAction |
LambdaAction.clone() |
LambdaAction |
Action.getLambda()
Calls a Lambda function, passing in information about the detector model instance and the event that triggered
the action.
|
LambdaAction |
AlarmAction.getLambda() |
LambdaAction |
NotificationTargetActions.getLambdaAction() |
LambdaAction |
LambdaAction.withFunctionArn(String functionArn)
The ARN of the Lambda function that is executed.
|
LambdaAction |
LambdaAction.withPayload(Payload payload)
You can configure the action payload when you send a message to a Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setLambda(LambdaAction lambda)
Calls a Lambda function, passing in information about the detector model instance and the event that triggered
the action.
|
void |
AlarmAction.setLambda(LambdaAction lambda) |
void |
NotificationTargetActions.setLambdaAction(LambdaAction lambdaAction) |
Action |
Action.withLambda(LambdaAction lambda)
Calls a Lambda function, passing in information about the detector model instance and the event that triggered
the action.
|
AlarmAction |
AlarmAction.withLambda(LambdaAction lambda) |
NotificationTargetActions |
NotificationTargetActions.withLambdaAction(LambdaAction lambdaAction) |
Copyright © 2025. All rights reserved.