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