| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
LessThanExpression |
LessThanExpression.clone() |
LessThanExpression |
RowFilterExpression.getLessThan()
The 'less than' clause of the row filter expression.
|
LessThanExpression |
LessThanExpression.withColumnName(String columnName)
The name of the column.
|
LessThanExpression |
LessThanExpression.withValue(String value)
The value that might be less than the expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowFilterExpression.setLessThan(LessThanExpression lessThan)
The 'less than' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withLessThan(LessThanExpression lessThan)
The 'less than' clause of the row filter expression.
|
Copyright © 2024. All rights reserved.