| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
RowFilter |
RowFilter.clone() |
RowFilter |
RowFilterConfiguration.getRowFilter()
The row filter.
|
RowFilter |
RowFilter.withAnd(Collection<RowFilter> and)
The 'and' clause of the row filter.
|
RowFilter |
RowFilter.withAnd(RowFilter... and)
The 'and' clause of the row filter.
|
RowFilter |
RowFilter.withExpression(RowFilterExpression expression)
The expression of the row filter.
|
RowFilter |
RowFilter.withOr(Collection<RowFilter> or)
The 'or' clause of the row filter.
|
RowFilter |
RowFilter.withOr(RowFilter... or)
The 'or' clause of the row filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<RowFilter> |
RowFilter.getAnd()
The 'and' clause of the row filter.
|
List<RowFilter> |
RowFilter.getOr()
The 'or' clause of the row filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowFilterConfiguration.setRowFilter(RowFilter rowFilter)
The row filter.
|
RowFilter |
RowFilter.withAnd(RowFilter... and)
The 'and' clause of the row filter.
|
RowFilter |
RowFilter.withOr(RowFilter... or)
The 'or' clause of the row filter.
|
RowFilterConfiguration |
RowFilterConfiguration.withRowFilter(RowFilter rowFilter)
The row filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowFilter.setAnd(Collection<RowFilter> and)
The 'and' clause of the row filter.
|
void |
RowFilter.setOr(Collection<RowFilter> or)
The 'or' clause of the row filter.
|
RowFilter |
RowFilter.withAnd(Collection<RowFilter> and)
The 'and' clause of the row filter.
|
RowFilter |
RowFilter.withOr(Collection<RowFilter> or)
The 'or' clause of the row filter.
|
Copyright © 2024. All rights reserved.