Uses of Class
software.amazon.awssdk.services.lakeformation.model.PartitionObjects
-
Packages that use PartitionObjects Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of PartitionObjects in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type PartitionObjects Modifier and Type Method Description List<PartitionObjects>GetTableObjectsResponse. objects()A list of objects organized by partition keys.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type PartitionObjects Modifier and Type Method Description GetTableObjectsResponse.BuilderGetTableObjectsResponse.Builder. objects(PartitionObjects... objects)A list of objects organized by partition keys.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type PartitionObjects Modifier and Type Method Description GetTableObjectsResponse.BuilderGetTableObjectsResponse.Builder. objects(Collection<PartitionObjects> objects)A list of objects organized by partition keys.
-