| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
DataCellsFilter |
DataCellsFilter.clone() |
DataCellsFilter |
CreateDataCellsFilterRequest.getTableData()
A
DataCellsFilter structure containing information about the data cells filter. |
DataCellsFilter |
DataCellsFilter.withColumnNames(Collection<String> columnNames)
A list of column names.
|
DataCellsFilter |
DataCellsFilter.withColumnNames(String... columnNames)
A list of column names.
|
DataCellsFilter |
DataCellsFilter.withColumnWildcard(ColumnWildcard columnWildcard)
A wildcard with exclusions.
|
DataCellsFilter |
DataCellsFilter.withDatabaseName(String databaseName)
A database in the Glue Data Catalog.
|
DataCellsFilter |
DataCellsFilter.withName(String name)
The name given by the user to the data filter cell.
|
DataCellsFilter |
DataCellsFilter.withRowFilter(RowFilter rowFilter)
A PartiQL predicate.
|
DataCellsFilter |
DataCellsFilter.withTableCatalogId(String tableCatalogId)
The ID of the catalog to which the table belongs.
|
DataCellsFilter |
DataCellsFilter.withTableName(String tableName)
A table in the database.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataCellsFilter> |
ListDataCellsFilterResult.getDataCellsFilters()
A list of
DataCellFilter structures. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDataCellsFilterRequest.setTableData(DataCellsFilter tableData)
A
DataCellsFilter structure containing information about the data cells filter. |
ListDataCellsFilterResult |
ListDataCellsFilterResult.withDataCellsFilters(DataCellsFilter... dataCellsFilters)
A list of
DataCellFilter structures. |
CreateDataCellsFilterRequest |
CreateDataCellsFilterRequest.withTableData(DataCellsFilter tableData)
A
DataCellsFilter structure containing information about the data cells filter. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataCellsFilterResult.setDataCellsFilters(Collection<DataCellsFilter> dataCellsFilters)
A list of
DataCellFilter structures. |
ListDataCellsFilterResult |
ListDataCellsFilterResult.withDataCellsFilters(Collection<DataCellsFilter> dataCellsFilters)
A list of
DataCellFilter structures. |
Copyright © 2022. All rights reserved.