Uses of Class
software.amazon.awssdk.services.lakeformation.model.TableObject
-
Packages that use TableObject Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of TableObject in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type TableObject Modifier and Type Method Description List<TableObject>PartitionObjects. objects()A list of table objectsMethods in software.amazon.awssdk.services.lakeformation.model with parameters of type TableObject Modifier and Type Method Description PartitionObjects.BuilderPartitionObjects.Builder. objects(TableObject... objects)A list of table objectsMethod parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type TableObject Modifier and Type Method Description PartitionObjects.BuilderPartitionObjects.Builder. objects(Collection<TableObject> objects)A list of table objects
-