Uses of Class
software.amazon.awssdk.services.glue.model.Condition
-
Packages that use Condition Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Condition in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Condition Modifier and Type Method Description List<Condition>Predicate. conditions()A list of the conditions that determine when the trigger will fire.Methods in software.amazon.awssdk.services.glue.model with parameters of type Condition Modifier and Type Method Description Predicate.BuilderPredicate.Builder. conditions(Condition... conditions)A list of the conditions that determine when the trigger will fire.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Condition Modifier and Type Method Description Predicate.BuilderPredicate.Builder. conditions(Collection<Condition> conditions)A list of the conditions that determine when the trigger will fire.
-