| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionKey> |
SchemaDefinition.partitionKeys()
The columns that are part of the partition key of the table .
|
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinition.Builder |
SchemaDefinition.Builder.partitionKeys(PartitionKey... partitionKeys)
The columns that are part of the partition key of the table .
|
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinition.Builder |
SchemaDefinition.Builder.partitionKeys(Collection<PartitionKey> partitionKeys)
The columns that are part of the partition key of the table .
|
Copyright © 2023. All rights reserved.