| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
PartitionIndex |
PartitionIndex.clone() |
PartitionIndex |
CreatePartitionIndexRequest.getPartitionIndex()
Specifies a
PartitionIndex structure to create a partition index in an existing table. |
PartitionIndex |
PartitionIndex.withIndexName(String indexName)
The name of the partition index.
|
PartitionIndex |
PartitionIndex.withKeys(Collection<String> keys)
The keys for the partition index.
|
PartitionIndex |
PartitionIndex.withKeys(String... keys)
The keys for the partition index.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartitionIndex> |
CreateTableRequest.getPartitionIndexes()
A list of partition indexes,
PartitionIndex structures, to create in the table. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePartitionIndexRequest.setPartitionIndex(PartitionIndex partitionIndex)
Specifies a
PartitionIndex structure to create a partition index in an existing table. |
CreatePartitionIndexRequest |
CreatePartitionIndexRequest.withPartitionIndex(PartitionIndex partitionIndex)
Specifies a
PartitionIndex structure to create a partition index in an existing table. |
CreateTableRequest |
CreateTableRequest.withPartitionIndexes(PartitionIndex... partitionIndexes)
A list of partition indexes,
PartitionIndex structures, to create in the table. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTableRequest.setPartitionIndexes(Collection<PartitionIndex> partitionIndexes)
A list of partition indexes,
PartitionIndex structures, to create in the table. |
CreateTableRequest |
CreateTableRequest.withPartitionIndexes(Collection<PartitionIndex> partitionIndexes)
A list of partition indexes,
PartitionIndex structures, to create in the table. |
Copyright © 2022. All rights reserved.