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 TypeMethodDescriptionExternalTable.getPartitionIndexes()This table's partition indexes.final List<PartitionIndex> ExternalTableProps.Jsii$Proxy.getPartitionIndexes()S3Table.getPartitionIndexes()This table's partition indexes.final List<PartitionIndex> S3TableProps.Jsii$Proxy.getPartitionIndexes()abstract List<PartitionIndex> TableBase.getPartitionIndexes()default List<PartitionIndex> TableBaseProps.getPartitionIndexes()Partition indexes on the table.final List<PartitionIndex> TableBaseProps.Jsii$Proxy.getPartitionIndexes()Methods in software.amazon.awscdk.services.glue with parameters of type PartitionIndexModifier and TypeMethodDescriptionvoidTableBase.addPartitionIndex(PartitionIndex index) Add a partition index to the table.Method parameters in software.amazon.awscdk.services.glue with type arguments of type PartitionIndexModifier and TypeMethodDescriptionExternalTable.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Partition indexes on the table.ExternalTableProps.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Sets the value ofTableBaseProps.getPartitionIndexes()S3Table.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Partition indexes on the table.S3TableProps.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Sets the value ofTableBaseProps.getPartitionIndexes()TableBaseProps.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Sets the value ofTableBaseProps.getPartitionIndexes()