Uses of Class
software.amazon.awssdk.services.databrew.model.ConditionExpression
-
Packages that use ConditionExpression Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of ConditionExpression in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type ConditionExpression Modifier and Type Method Description List<ConditionExpression>RecipeStep. conditionExpressions()One or more conditions that must be met for the recipe step to succeed.Methods in software.amazon.awssdk.services.databrew.model with parameters of type ConditionExpression Modifier and Type Method Description RecipeStep.BuilderRecipeStep.Builder. conditionExpressions(ConditionExpression... conditionExpressions)One or more conditions that must be met for the recipe step to succeed.Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type ConditionExpression Modifier and Type Method Description RecipeStep.BuilderRecipeStep.Builder. conditionExpressions(Collection<ConditionExpression> conditionExpressions)One or more conditions that must be met for the recipe step to succeed.
-