| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
TableResource |
TableResource.clone() |
TableResource |
TaggedTable.getTable()
A table that has LF-tags attached to it.
|
TableResource |
ListDataCellsFilterRequest.getTable()
A table in the Glue Data Catalog.
|
TableResource |
Resource.getTable()
The table for the resource.
|
TableResource |
TableResource.withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
TableResource |
TableResource.withDatabaseName(String databaseName)
The name of the database for the table.
|
TableResource |
TableResource.withName(String name)
The name of the table.
|
TableResource |
TableResource.withTableWildcard(TableWildcard tableWildcard)
A wildcard object representing every table under a database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaggedTable.setTable(TableResource table)
A table that has LF-tags attached to it.
|
void |
ListDataCellsFilterRequest.setTable(TableResource table)
A table in the Glue Data Catalog.
|
void |
Resource.setTable(TableResource table)
The table for the resource.
|
TaggedTable |
TaggedTable.withTable(TableResource table)
A table that has LF-tags attached to it.
|
ListDataCellsFilterRequest |
ListDataCellsFilterRequest.withTable(TableResource table)
A table in the Glue Data Catalog.
|
Resource |
Resource.withTable(TableResource table)
The table for the resource.
|
Copyright © 2023. All rights reserved.