Uses of Interface
software.amazon.awssdk.services.datazone.model.IsNullExpression.Builder
-
Packages that use IsNullExpression.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of IsNullExpression.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return IsNullExpression.Builder Modifier and Type Method Description static IsNullExpression.BuilderIsNullExpression. builder()IsNullExpression.BuilderIsNullExpression.Builder. columnName(String columnName)The name of the column.IsNullExpression.BuilderIsNullExpression. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type IsNullExpression.Builder Modifier and Type Method Description static Class<? extends IsNullExpression.Builder>IsNullExpression. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type IsNullExpression.Builder Modifier and Type Method Description static RowFilterExpressionRowFilterExpression. fromIsNull(Consumer<IsNullExpression.Builder> isNull)Create an instance of this class withRowFilterExpression.isNull()initialized to the given value.default RowFilterExpression.BuilderRowFilterExpression.Builder. isNull(Consumer<IsNullExpression.Builder> isNull)The 'is null' clause of the row filter expression.
-