| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
DataCellsFilter |
DataCellsFilter.clone() |
DataCellsFilter |
GetDataCellsFilterResult.getDataCellsFilter()
A structure that describes certain columns on certain rows.
|
DataCellsFilter |
CreateDataCellsFilterRequest.getTableData()
A
DataCellsFilter structure containing information about the data cells filter. |
DataCellsFilter |
UpdateDataCellsFilterRequest.getTableData()
A
DataCellsFilter structure containing information about the data cells filter. |
DataCellsFilter |
DataCellsFilter.withColumnNames(Collection<String> columnNames)
A list of column names and/or nested column attributes.
|
DataCellsFilter |
DataCellsFilter.withColumnNames(String... columnNames)
A list of column names and/or nested column attributes.
|
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.
|
DataCellsFilter |
DataCellsFilter.withVersionId(String versionId)
The ID of the data cells filter version.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataCellsFilter> |
ListDataCellsFilterResult.getDataCellsFilters()
A list of
DataCellFilter structures. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDataCellsFilterResult.setDataCellsFilter(DataCellsFilter dataCellsFilter)
A structure that describes certain columns on certain rows.
|
void |
CreateDataCellsFilterRequest.setTableData(DataCellsFilter tableData)
A
DataCellsFilter structure containing information about the data cells filter. |
void |
UpdateDataCellsFilterRequest.setTableData(DataCellsFilter tableData)
A
DataCellsFilter structure containing information about the data cells filter. |
GetDataCellsFilterResult |
GetDataCellsFilterResult.withDataCellsFilter(DataCellsFilter dataCellsFilter)
A structure that describes certain columns on certain rows.
|
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. |
UpdateDataCellsFilterRequest |
UpdateDataCellsFilterRequest.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 © 2025. All rights reserved.