| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
NotLikeExpression |
NotLikeExpression.clone() |
NotLikeExpression |
RowFilterExpression.getNotLike()
The 'not like' clause of the row filter expression.
|
NotLikeExpression |
NotLikeExpression.withColumnName(String columnName)
The name of the column.
|
NotLikeExpression |
NotLikeExpression.withValue(String value)
The value that might not be like the expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowFilterExpression.setNotLike(NotLikeExpression notLike)
The 'not like' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withNotLike(NotLikeExpression notLike)
The 'not like' clause of the row filter expression.
|
Copyright © 2024. All rights reserved.