| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaAction |
Action.lambda()
Calls a Lambda function, passing in information about the detector model instance and the event that triggered
the action.
|
LambdaAction |
AlarmAction.lambda()
Returns the value of the Lambda property for this object.
|
LambdaAction |
NotificationTargetActions.lambdaAction()
Returns the value of the LambdaAction property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
Action.Builder.lambda(LambdaAction lambda)
Calls a Lambda function, passing in information about the detector model instance and the event that
triggered the action.
|
AlarmAction.Builder |
AlarmAction.Builder.lambda(LambdaAction lambda)
Sets the value of the Lambda property for this object.
|
NotificationTargetActions.Builder |
NotificationTargetActions.Builder.lambdaAction(LambdaAction lambdaAction)
Sets the value of the LambdaAction property for this object.
|
Copyright © 2022. All rights reserved.