| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
RowFilterExpression |
RowFilterExpression.clone() |
RowFilterExpression |
RowFilter.getExpression()
The expression of the row filter.
|
RowFilterExpression |
RowFilterExpression.withEqualTo(EqualToExpression equalTo)
The 'equal to' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withGreaterThan(GreaterThanExpression greaterThan)
The 'greater than' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withGreaterThanOrEqualTo(GreaterThanOrEqualToExpression greaterThanOrEqualTo)
The 'greater than or equal to' clause of the filter expression.
|
RowFilterExpression |
RowFilterExpression.withIn(InExpression in)
The 'in' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withIsNotNull(IsNotNullExpression isNotNull)
The 'is not null' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withIsNull(IsNullExpression isNull)
The 'is null' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withLessThan(LessThanExpression lessThan)
The 'less than' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withLessThanOrEqualTo(LessThanOrEqualToExpression lessThanOrEqualTo)
The 'less than or equal to' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withLike(LikeExpression like)
The 'like' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withNotEqualTo(NotEqualToExpression notEqualTo)
The 'no equal to' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withNotIn(NotInExpression notIn)
The 'not in' clause of the row filter expression.
|
RowFilterExpression |
RowFilterExpression.withNotLike(NotLikeExpression notLike)
The 'not like' clause of the row filter expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowFilter.setExpression(RowFilterExpression expression)
The expression of the row filter.
|
RowFilter |
RowFilter.withExpression(RowFilterExpression expression)
The expression of the row filter.
|
Copyright © 2024. All rights reserved.