Uses of Interface
software.amazon.awscdk.services.glue.alpha.PartitionIndex
Packages that use PartitionIndex
-
Uses of PartitionIndex in software.amazon.awscdk.services.glue.alpha
Classes in software.amazon.awscdk.services.glue.alpha that implement PartitionIndexMethods in software.amazon.awscdk.services.glue.alpha that return PartitionIndexMethods in software.amazon.awscdk.services.glue.alpha that return types with arguments of type PartitionIndexModifier and TypeMethodDescriptionExternalTable.getPartitionIndexes()Deprecated.final List<PartitionIndex> ExternalTableProps.Jsii$Proxy.getPartitionIndexes()Deprecated.S3Table.getPartitionIndexes()Deprecated.final List<PartitionIndex> S3TableProps.Jsii$Proxy.getPartitionIndexes()Deprecated.abstract List<PartitionIndex> TableBase.getPartitionIndexes()Deprecated.default List<PartitionIndex> TableBaseProps.getPartitionIndexes()Deprecated.final List<PartitionIndex> TableBaseProps.Jsii$Proxy.getPartitionIndexes()Deprecated.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type PartitionIndexModifier and TypeMethodDescriptionvoidTableBase.addPartitionIndex(PartitionIndex index) Deprecated.Method parameters in software.amazon.awscdk.services.glue.alpha with type arguments of type PartitionIndexModifier and TypeMethodDescriptionExternalTable.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Deprecated.ExternalTableProps.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Deprecated.S3Table.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Deprecated.S3TableProps.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Deprecated.TableBaseProps.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes) Deprecated.