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