Uses of Class
software.amazon.awssdk.services.iotevents.model.IotEventsAction
-
Packages that use IotEventsAction Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of IotEventsAction in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return IotEventsAction Modifier and Type Method Description IotEventsActionAction. iotEvents()Sends AWS IoT Events input, which passes information about the detector model instance and the event that triggered the action.IotEventsActionAlarmAction. iotEvents()Returns the value of the IotEvents property for this object.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type IotEventsAction Modifier and Type Method Description Action.BuilderAction.Builder. iotEvents(IotEventsAction iotEvents)Sends AWS IoT Events input, which passes information about the detector model instance and the event that triggered the action.AlarmAction.BuilderAlarmAction.Builder. iotEvents(IotEventsAction iotEvents)Sets the value of the IotEvents property for this object.
-