Uses of Class
software.amazon.awssdk.services.lakeformation.model.TableResource
-
Packages that use TableResource Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of TableResource in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return TableResource Modifier and Type Method Description TableResourceListDataCellsFilterRequest. table()A table in the Glue Data Catalog.TableResourceResource. table()The table for the resource.TableResourceTaggedTable. table()A table that has LF-tags attached to it.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type TableResource Modifier and Type Method Description ListDataCellsFilterRequest.BuilderListDataCellsFilterRequest.Builder. table(TableResource table)A table in the Glue Data Catalog.Resource.BuilderResource.Builder. table(TableResource table)The table for the resource.TaggedTable.BuilderTaggedTable.Builder. table(TableResource table)A table that has LF-tags attached to it.
-