| 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 which triggered
the action.
|
LambdaAction |
LambdaAction.withFunctionArn(String functionArn)
The ARN of the Lambda function which is executed.
|
| 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 which triggered
the action.
|
Action |
Action.withLambda(LambdaAction lambda)
Calls a Lambda function, passing in information about the detector model instance and the event which triggered
the action.
|
Copyright © 2019. All rights reserved.