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