Uses of Class
software.amazon.awssdk.services.glue.model.PartitionIndex
-
Packages that use PartitionIndex Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PartitionIndex in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return PartitionIndex Modifier and Type Method Description PartitionIndexCreatePartitionIndexRequest. partitionIndex()Specifies aPartitionIndexstructure to create a partition index in an existing table.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type PartitionIndex Modifier and Type Method Description List<PartitionIndex>CreateTableRequest. partitionIndexes()A list of partition indexes,PartitionIndexstructures, to create in the table.Methods in software.amazon.awssdk.services.glue.model with parameters of type PartitionIndex Modifier and Type Method Description CreatePartitionIndexRequest.BuilderCreatePartitionIndexRequest.Builder. partitionIndex(PartitionIndex partitionIndex)Specifies aPartitionIndexstructure to create a partition index in an existing table.CreateTableRequest.BuilderCreateTableRequest.Builder. partitionIndexes(PartitionIndex... partitionIndexes)A list of partition indexes,PartitionIndexstructures, to create in the table.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type PartitionIndex Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. partitionIndexes(Collection<PartitionIndex> partitionIndexes)A list of partition indexes,PartitionIndexstructures, to create in the table.
-