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