Uses of Class
software.amazon.awssdk.services.glue.model.ConditionExpression
-
Packages that use ConditionExpression Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ConditionExpression in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ConditionExpression Modifier and Type Method Description List<ConditionExpression>RecipeStep. conditionExpressions()The condition expressions for the recipe step.Methods in software.amazon.awssdk.services.glue.model with parameters of type ConditionExpression Modifier and Type Method Description RecipeStep.BuilderRecipeStep.Builder. conditionExpressions(ConditionExpression... conditionExpressions)The condition expressions for the recipe step.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ConditionExpression Modifier and Type Method Description RecipeStep.BuilderRecipeStep.Builder. conditionExpressions(Collection<ConditionExpression> conditionExpressions)The condition expressions for the recipe step.
-