Uses of Class
software.amazon.awssdk.services.iotevents.model.Event
-
Packages that use Event Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of Event in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type Event Modifier and Type Method Description List<Event>OnEnterLifecycle. events()Specifies the actions that are performed when the state is entered and theconditionisTRUE.List<Event>OnExitLifecycle. events()Specifies theactionsthat are performed when the state is exited and theconditionisTRUE.List<Event>OnInputLifecycle. events()Specifies the actions performed when theconditionevaluates to TRUE.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type Event Modifier and Type Method Description OnEnterLifecycle.BuilderOnEnterLifecycle.Builder. events(Event... events)Specifies the actions that are performed when the state is entered and theconditionisTRUE.OnExitLifecycle.BuilderOnExitLifecycle.Builder. events(Event... events)Specifies theactionsthat are performed when the state is exited and theconditionisTRUE.OnInputLifecycle.BuilderOnInputLifecycle.Builder. events(Event... events)Specifies the actions performed when theconditionevaluates to TRUE.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type Event Modifier and Type Method Description OnEnterLifecycle.BuilderOnEnterLifecycle.Builder. events(Collection<Event> events)Specifies the actions that are performed when the state is entered and theconditionisTRUE.OnExitLifecycle.BuilderOnExitLifecycle.Builder. events(Collection<Event> events)Specifies theactionsthat are performed when the state is exited and theconditionisTRUE.OnInputLifecycle.BuilderOnInputLifecycle.Builder. events(Collection<Event> events)Specifies the actions performed when theconditionevaluates to TRUE.
-