Uses of Interface
software.amazon.awscdk.services.glue.PartitionIndex
Packages that use PartitionIndex
-
Uses of PartitionIndex in software.amazon.awscdk.services.glue
Classes in software.amazon.awscdk.services.glue that implement PartitionIndexMethods in software.amazon.awscdk.services.glue that return PartitionIndexMethods in software.amazon.awscdk.services.glue that return types with arguments of type PartitionIndexModifier and TypeMethodDescriptionTable.getPartitionIndexes()(experimental) This table's partition indexes.default List<PartitionIndex>TableProps.getPartitionIndexes()(experimental) Partition indexes on the table.final List<PartitionIndex>TableProps.Jsii$Proxy.getPartitionIndexes()Methods in software.amazon.awscdk.services.glue with parameters of type PartitionIndexModifier and TypeMethodDescriptionvoidTable.addPartitionIndex(PartitionIndex index) (experimental) Add a partition index to the table.Method parameters in software.amazon.awscdk.services.glue with type arguments of type PartitionIndexModifier and TypeMethodDescriptionTable.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) (experimental) Partition indexes on the table.TableProps.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Sets the value ofTableProps.getPartitionIndexes()