| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionKey> |
Schema.compositePartitionKey()
A non-empty list of partition keys defining the attributes used to partition the table data.
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.compositePartitionKey(PartitionKey... compositePartitionKey)
A non-empty list of partition keys defining the attributes used to partition the table data.
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.compositePartitionKey(Collection<PartitionKey> compositePartitionKey)
A non-empty list of partition keys defining the attributes used to partition the table data.
|
Copyright © 2023. All rights reserved.