| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<KeySchemaElement> |
PartitionIndexDescriptor.keys()
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
| Modifier and Type | Method and Description |
|---|---|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.keys(KeySchemaElement... keys)
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
| Modifier and Type | Method and Description |
|---|---|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.keys(Collection<KeySchemaElement> keys)
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
Copyright © 2023. All rights reserved.