Uses of Class
software.amazon.awssdk.services.iotevents.model.Action
-
Packages that use Action Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of Action in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type Action Modifier and Type Method Description List<Action>Event. actions()The actions to be performed.List<Action>TransitionEvent. actions()The actions to be performed.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type Action Modifier and Type Method Description Event.BuilderEvent.Builder. actions(Action... actions)The actions to be performed.TransitionEvent.BuilderTransitionEvent.Builder. actions(Action... actions)The actions to be performed.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type Action Modifier and Type Method Description Event.BuilderEvent.Builder. actions(Collection<Action> actions)The actions to be performed.TransitionEvent.BuilderTransitionEvent.Builder. actions(Collection<Action> actions)The actions to be performed.
-