| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
PartitionIndex |
CreatePartitionIndexRequest.partitionIndex()
Specifies a
PartitionIndex structure to create a partition index in an existing table. |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionIndex> |
CreateTableRequest.partitionIndexes()
A list of partition indexes,
PartitionIndex structures, to create in the table. |
| Modifier and Type | Method and Description |
|---|---|
CreatePartitionIndexRequest.Builder |
CreatePartitionIndexRequest.Builder.partitionIndex(PartitionIndex partitionIndex)
Specifies a
PartitionIndex structure to create a partition index in an existing table. |
CreateTableRequest.Builder |
CreateTableRequest.Builder.partitionIndexes(PartitionIndex... partitionIndexes)
A list of partition indexes,
PartitionIndex structures, to create in the table. |
| Modifier and Type | Method and Description |
|---|---|
CreateTableRequest.Builder |
CreateTableRequest.Builder.partitionIndexes(Collection<PartitionIndex> partitionIndexes)
A list of partition indexes,
PartitionIndex structures, to create in the table. |
Copyright © 2023. All rights reserved.