Uses of Class
software.amazon.awssdk.services.iotevents.model.LambdaAction
-
Packages that use LambdaAction Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of LambdaAction in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return LambdaAction Modifier and Type Method Description LambdaActionAction. lambda()Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.LambdaActionAlarmAction. lambda()Returns the value of the Lambda property for this object.LambdaActionNotificationTargetActions. lambdaAction()Returns the value of the LambdaAction property for this object.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type LambdaAction Modifier and Type Method Description Action.BuilderAction.Builder. lambda(LambdaAction lambda)Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.AlarmAction.BuilderAlarmAction.Builder. lambda(LambdaAction lambda)Sets the value of the Lambda property for this object.NotificationTargetActions.BuilderNotificationTargetActions.Builder. lambdaAction(LambdaAction lambdaAction)Sets the value of the LambdaAction property for this object.
-