| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
KeySchemaElement |
KeySchemaElement.clone() |
KeySchemaElement |
KeySchemaElement.withName(String name)
The name of a partition key.
|
KeySchemaElement |
KeySchemaElement.withType(String type)
The type of a partition key.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeySchemaElement> |
PartitionIndexDescriptor.getKeys()
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
| Modifier and Type | Method and Description |
|---|---|
PartitionIndexDescriptor |
PartitionIndexDescriptor.withKeys(KeySchemaElement... keys)
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionIndexDescriptor.setKeys(Collection<KeySchemaElement> keys)
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
PartitionIndexDescriptor |
PartitionIndexDescriptor.withKeys(Collection<KeySchemaElement> keys)
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
Copyright © 2022. All rights reserved.