Package | Description |
---|---|
com.amazonaws.services.timestreamwrite.model |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.clone() |
Schema |
CreateTableRequest.getSchema()
The schema of the table.
|
Schema |
UpdateTableRequest.getSchema()
The schema of the table.
|
Schema |
Table.getSchema()
The schema of the table.
|
Schema |
Schema.withCompositePartitionKey(Collection<PartitionKey> compositePartitionKey)
A non-empty list of partition keys defining the attributes used to partition the table data.
|
Schema |
Schema.withCompositePartitionKey(PartitionKey... compositePartitionKey)
A non-empty list of partition keys defining the attributes used to partition the table data.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTableRequest.setSchema(Schema schema)
The schema of the table.
|
void |
UpdateTableRequest.setSchema(Schema schema)
The schema of the table.
|
void |
Table.setSchema(Schema schema)
The schema of the table.
|
CreateTableRequest |
CreateTableRequest.withSchema(Schema schema)
The schema of the table.
|
UpdateTableRequest |
UpdateTableRequest.withSchema(Schema schema)
The schema of the table.
|
Table |
Table.withSchema(Schema schema)
The schema of the table.
|
Copyright © 2023. All rights reserved.