| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
PartitionIndexDescriptor |
PartitionIndexDescriptor.clone() |
PartitionIndexDescriptor |
PartitionIndexDescriptor.withIndexName(String indexName)
The name of the partition index.
|
PartitionIndexDescriptor |
PartitionIndexDescriptor.withIndexStatus(PartitionIndexStatus indexStatus)
The status of the partition index.
|
PartitionIndexDescriptor |
PartitionIndexDescriptor.withIndexStatus(String indexStatus)
The status of the partition index.
|
PartitionIndexDescriptor |
PartitionIndexDescriptor.withKeys(Collection<KeySchemaElement> keys)
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
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 |
|---|---|
List<PartitionIndexDescriptor> |
GetPartitionIndexesResult.getPartitionIndexDescriptorList()
A list of index descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
GetPartitionIndexesResult |
GetPartitionIndexesResult.withPartitionIndexDescriptorList(PartitionIndexDescriptor... partitionIndexDescriptorList)
A list of index descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPartitionIndexesResult.setPartitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList)
A list of index descriptors.
|
GetPartitionIndexesResult |
GetPartitionIndexesResult.withPartitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList)
A list of index descriptors.
|
Copyright © 2020. All rights reserved.