Uses of Class
software.amazon.awssdk.services.iotevents.model.TransitionEvent
-
Packages that use TransitionEvent Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of TransitionEvent in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type TransitionEvent Modifier and Type Method Description List<TransitionEvent>OnInputLifecycle. transitionEvents()Specifies the actions performed, and the next state entered, when aconditionevaluates to TRUE.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type TransitionEvent Modifier and Type Method Description OnInputLifecycle.BuilderOnInputLifecycle.Builder. transitionEvents(TransitionEvent... transitionEvents)Specifies the actions performed, and the next state entered, when aconditionevaluates to TRUE.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type TransitionEvent Modifier and Type Method Description OnInputLifecycle.BuilderOnInputLifecycle.Builder. transitionEvents(Collection<TransitionEvent> transitionEvents)Specifies the actions performed, and the next state entered, when aconditionevaluates to TRUE.
-