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