| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
GreaterThanExpression |
GreaterThanExpression.clone() |
GreaterThanExpression |
RowFilterExpression.getGreaterThan()
The 'greater than' clause of the row filter expression.
|
GreaterThanExpression |
GreaterThanExpression.withColumnName(String columnName)
The name of the column.
|
GreaterThanExpression |
GreaterThanExpression.withValue(String value)
The value that might be greater than an expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowFilterExpression.setGreaterThan(GreaterThanExpression greaterThan)
The 'greater than' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withGreaterThan(GreaterThanExpression greaterThan)
The 'greater than' clause of the row filter expression.
|
Copyright © 2024. All rights reserved.