| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
PartitionKey |
PartitionKey.clone() |
PartitionKey |
PartitionKey.withName(String name)
The name(s) of the partition key column(s).
|
| Modifier and Type | Method and Description |
|---|---|
List<PartitionKey> |
SchemaDefinition.getPartitionKeys()
The columns that are part of the partition key of the table .
|
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinition |
SchemaDefinition.withPartitionKeys(PartitionKey... partitionKeys)
The columns that are part of the partition key of the table .
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDefinition.setPartitionKeys(Collection<PartitionKey> partitionKeys)
The columns that are part of the partition key of the table .
|
SchemaDefinition |
SchemaDefinition.withPartitionKeys(Collection<PartitionKey> partitionKeys)
The columns that are part of the partition key of the table .
|
Copyright © 2022. All rights reserved.