| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinition |
SchemaDefinition.clone() |
SchemaDefinition |
GetTableResult.getSchemaDefinition()
The schema definition of the specified table.
|
SchemaDefinition |
CreateTableRequest.getSchemaDefinition()
The
schemaDefinition consists of the following parameters. |
SchemaDefinition |
SchemaDefinition.withAllColumns(Collection<ColumnDefinition> allColumns)
The regular columns of the table.
|
SchemaDefinition |
SchemaDefinition.withAllColumns(ColumnDefinition... allColumns)
The regular columns of the table.
|
SchemaDefinition |
SchemaDefinition.withClusteringKeys(ClusteringKey... clusteringKeys)
The columns that are part of the clustering key of the table.
|
SchemaDefinition |
SchemaDefinition.withClusteringKeys(Collection<ClusteringKey> clusteringKeys)
The columns that are part of the clustering key of the table.
|
SchemaDefinition |
SchemaDefinition.withPartitionKeys(Collection<PartitionKey> partitionKeys)
The columns that are part of the partition key of the table .
|
SchemaDefinition |
SchemaDefinition.withPartitionKeys(PartitionKey... partitionKeys)
The columns that are part of the partition key of the table .
|
SchemaDefinition |
SchemaDefinition.withStaticColumns(Collection<StaticColumn> staticColumns)
The columns that have been defined as
STATIC. |
SchemaDefinition |
SchemaDefinition.withStaticColumns(StaticColumn... staticColumns)
The columns that have been defined as
STATIC. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTableResult.setSchemaDefinition(SchemaDefinition schemaDefinition)
The schema definition of the specified table.
|
void |
CreateTableRequest.setSchemaDefinition(SchemaDefinition schemaDefinition)
The
schemaDefinition consists of the following parameters. |
GetTableResult |
GetTableResult.withSchemaDefinition(SchemaDefinition schemaDefinition)
The schema definition of the specified table.
|
CreateTableRequest |
CreateTableRequest.withSchemaDefinition(SchemaDefinition schemaDefinition)
The
schemaDefinition consists of the following parameters. |
Copyright © 2022. All rights reserved.