| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ClusteringKey |
ClusteringKey.clone() |
ClusteringKey |
ClusteringKey.withName(String name)
The name(s) of the clustering column(s).
|
ClusteringKey |
ClusteringKey.withOrderBy(SortOrder orderBy)
Sets the ascendant (
ASC) or descendant (DESC) order modifier. |
ClusteringKey |
ClusteringKey.withOrderBy(String orderBy)
Sets the ascendant (
ASC) or descendant (DESC) order modifier. |
| Modifier and Type | Method and Description |
|---|---|
List<ClusteringKey> |
SchemaDefinition.getClusteringKeys()
The columns that are part of the clustering key of the table.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinition |
SchemaDefinition.withClusteringKeys(ClusteringKey... clusteringKeys)
The columns that are part of the clustering key of the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDefinition.setClusteringKeys(Collection<ClusteringKey> clusteringKeys)
The columns that are part of the clustering key of the table.
|
SchemaDefinition |
SchemaDefinition.withClusteringKeys(Collection<ClusteringKey> clusteringKeys)
The columns that are part of the clustering key of the table.
|
Copyright © 2022. All rights reserved.