Uses of Class
software.amazon.awssdk.services.glue.model.StorageDescriptor
-
Packages that use StorageDescriptor Package Description software.amazon.awssdk.services.glue.model -
-
Uses of StorageDescriptor in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return StorageDescriptor Modifier and Type Method Description StorageDescriptorPartition. storageDescriptor()Provides information about the physical location where the partition is stored.StorageDescriptorPartitionInput. storageDescriptor()Provides information about the physical location where the partition is stored.StorageDescriptorTable. storageDescriptor()A storage descriptor containing information about the physical storage of this table.StorageDescriptorTableInput. storageDescriptor()A storage descriptor containing information about the physical storage of this table.Methods in software.amazon.awssdk.services.glue.model with parameters of type StorageDescriptor Modifier and Type Method Description Partition.BuilderPartition.Builder. storageDescriptor(StorageDescriptor storageDescriptor)Provides information about the physical location where the partition is stored.PartitionInput.BuilderPartitionInput.Builder. storageDescriptor(StorageDescriptor storageDescriptor)Provides information about the physical location where the partition is stored.Table.BuilderTable.Builder. storageDescriptor(StorageDescriptor storageDescriptor)A storage descriptor containing information about the physical storage of this table.TableInput.BuilderTableInput.Builder. storageDescriptor(StorageDescriptor storageDescriptor)A storage descriptor containing information about the physical storage of this table.
-