Uses of Class
software.amazon.awssdk.services.keyspaces.model.ClusteringKey
-
Packages that use ClusteringKey Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of ClusteringKey in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type ClusteringKey Modifier and Type Method Description List<ClusteringKey>SchemaDefinition. clusteringKeys()The columns that are part of the clustering key of the table.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type ClusteringKey Modifier and Type Method Description SchemaDefinition.BuilderSchemaDefinition.Builder. clusteringKeys(ClusteringKey... clusteringKeys)The columns that are part of the clustering key of the table.Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type ClusteringKey Modifier and Type Method Description SchemaDefinition.BuilderSchemaDefinition.Builder. clusteringKeys(Collection<ClusteringKey> clusteringKeys)The columns that are part of the clustering key of the table.
-