Uses of Class
software.amazon.awssdk.services.glue.model.Action
-
Packages that use Action Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Action in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Action Modifier and Type Method Description List<Action>CreateTriggerRequest. actions()The actions initiated by this trigger when it fires.List<Action>Trigger. actions()The actions initiated by this trigger.List<Action>TriggerUpdate. actions()The actions initiated by this trigger.Methods in software.amazon.awssdk.services.glue.model with parameters of type Action Modifier and Type Method Description CreateTriggerRequest.BuilderCreateTriggerRequest.Builder. actions(Action... actions)The actions initiated by this trigger when it fires.Trigger.BuilderTrigger.Builder. actions(Action... actions)The actions initiated by this trigger.TriggerUpdate.BuilderTriggerUpdate.Builder. actions(Action... actions)The actions initiated by this trigger.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Action Modifier and Type Method Description CreateTriggerRequest.BuilderCreateTriggerRequest.Builder. actions(Collection<Action> actions)The actions initiated by this trigger when it fires.Trigger.BuilderTrigger.Builder. actions(Collection<Action> actions)The actions initiated by this trigger.TriggerUpdate.BuilderTriggerUpdate.Builder. actions(Collection<Action> actions)The actions initiated by this trigger.
-