| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
NotInExpression |
NotInExpression.clone() |
NotInExpression |
RowFilterExpression.getNotIn()
The 'not in' clause of the row filter expression.
|
NotInExpression |
NotInExpression.withColumnName(String columnName)
The name of the column.
|
NotInExpression |
NotInExpression.withValues(Collection<String> values)
The value that might not be in the expression.
|
NotInExpression |
NotInExpression.withValues(String... values)
The value that might not be in the expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowFilterExpression.setNotIn(NotInExpression notIn)
The 'not in' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withNotIn(NotInExpression notIn)
The 'not in' clause of the row filter expression.
|
Copyright © 2024. All rights reserved.