Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.PartitionKey
-
Packages that use PartitionKey Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of PartitionKey in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type PartitionKey Modifier and Type Method Description List<PartitionKey>Schema. compositePartitionKey()A non-empty list of partition keys defining the attributes used to partition the table data.Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type PartitionKey Modifier and Type Method Description Schema.BuilderSchema.Builder. compositePartitionKey(PartitionKey... compositePartitionKey)A non-empty list of partition keys defining the attributes used to partition the table data.Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type PartitionKey Modifier and Type Method Description Schema.BuilderSchema.Builder. compositePartitionKey(Collection<PartitionKey> compositePartitionKey)A non-empty list of partition keys defining the attributes used to partition the table data.
-