Uses of Class
software.amazon.awssdk.services.datazone.model.IsNullExpression
-
Packages that use IsNullExpression Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of IsNullExpression in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return IsNullExpression Modifier and Type Method Description IsNullExpressionRowFilterExpression. isNull()The 'is null' clause of the row filter expression.Methods in software.amazon.awssdk.services.datazone.model with parameters of type IsNullExpression Modifier and Type Method Description static RowFilterExpressionRowFilterExpression. fromIsNull(IsNullExpression isNull)Create an instance of this class withRowFilterExpression.isNull()initialized to the given value.RowFilterExpression.BuilderRowFilterExpression.Builder. isNull(IsNullExpression isNull)The 'is null' clause of the row filter expression.
-