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