| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| 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 |
|---|---|
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 © 2020. All rights reserved.