Uses of Interface
software.amazon.awscdk.services.glue.alpha.PartitionIndex
-
Uses of PartitionIndex in software.amazon.awscdk.services.glue.alpha
Modifier and TypeMethodDescriptionExternalTable.getPartitionIndexes()
(experimental) This table's partition indexes.final List<PartitionIndex>
ExternalTableProps.Jsii$Proxy.getPartitionIndexes()
S3Table.getPartitionIndexes()
(experimental) This table's partition indexes.final List<PartitionIndex>
S3TableProps.Jsii$Proxy.getPartitionIndexes()
abstract List<PartitionIndex>
TableBase.getPartitionIndexes()
default List<PartitionIndex>
TableBaseProps.getPartitionIndexes()
(experimental) Partition indexes on the table.final List<PartitionIndex>
TableBaseProps.Jsii$Proxy.getPartitionIndexes()
final List<PartitionIndex>
TableProps.Jsii$Proxy.getPartitionIndexes()
Modifier and TypeMethodDescriptionvoid
TableBase.addPartitionIndex
(PartitionIndex index) (experimental) Add a partition index to the table.Modifier and TypeMethodDescriptionExternalTable.Builder.partitionIndexes
(List<? extends PartitionIndex> partitionIndexes) (experimental) Partition indexes on the table.ExternalTableProps.Builder.partitionIndexes
(List<? extends PartitionIndex> partitionIndexes) Sets the value ofTableBaseProps.getPartitionIndexes()
S3Table.Builder.partitionIndexes
(List<? extends PartitionIndex> partitionIndexes) (experimental) Partition indexes on the table.S3TableProps.Builder.partitionIndexes
(List<? extends PartitionIndex> partitionIndexes) Sets the value ofTableBaseProps.getPartitionIndexes()
Table.Builder.partitionIndexes
(List<? extends PartitionIndex> partitionIndexes) (experimental) Partition indexes on the table.TableBaseProps.Builder.partitionIndexes
(List<? extends PartitionIndex> partitionIndexes) Sets the value ofTableBaseProps.getPartitionIndexes()
TableProps.Builder.partitionIndexes
(List<? extends PartitionIndex> partitionIndexes) Sets the value ofTableBaseProps.getPartitionIndexes()