| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces |
Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible
database service.
|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
CreateTableResult |
AbstractAmazonKeyspaces.createTable(CreateTableRequest request) |
CreateTableResult |
AmazonKeyspacesClient.createTable(CreateTableRequest request)
The
CreateTable operation adds a new table to the specified keyspace. |
CreateTableResult |
AmazonKeyspaces.createTable(CreateTableRequest createTableRequest)
The
CreateTable operation adds a new table to the specified keyspace. |
Future<CreateTableResult> |
AbstractAmazonKeyspacesAsync.createTableAsync(CreateTableRequest request) |
Future<CreateTableResult> |
AmazonKeyspacesAsyncClient.createTableAsync(CreateTableRequest request) |
Future<CreateTableResult> |
AmazonKeyspacesAsync.createTableAsync(CreateTableRequest createTableRequest)
The
CreateTable operation adds a new table to the specified keyspace. |
Future<CreateTableResult> |
AbstractAmazonKeyspacesAsync.createTableAsync(CreateTableRequest request,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler) |
Future<CreateTableResult> |
AmazonKeyspacesAsyncClient.createTableAsync(CreateTableRequest request,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler) |
Future<CreateTableResult> |
AmazonKeyspacesAsync.createTableAsync(CreateTableRequest createTableRequest,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
The
CreateTable operation adds a new table to the specified keyspace. |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTableResult> |
AbstractAmazonKeyspacesAsync.createTableAsync(CreateTableRequest request,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler) |
Future<CreateTableResult> |
AmazonKeyspacesAsyncClient.createTableAsync(CreateTableRequest request,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler) |
Future<CreateTableResult> |
AmazonKeyspacesAsync.createTableAsync(CreateTableRequest createTableRequest,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
The
CreateTable operation adds a new table to the specified keyspace. |
| Modifier and Type | Method and Description |
|---|---|
CreateTableRequest |
CreateTableRequest.clone() |
CreateTableRequest |
CreateTableRequest.withCapacitySpecification(CapacitySpecification capacitySpecification)
Specifies the read/write throughput capacity mode for the table.
|
CreateTableRequest |
CreateTableRequest.withComment(Comment comment)
This parameter allows to enter a description of the table.
|
CreateTableRequest |
CreateTableRequest.withDefaultTimeToLive(Integer defaultTimeToLive)
The default Time to Live setting in seconds for the table.
|
CreateTableRequest |
CreateTableRequest.withEncryptionSpecification(EncryptionSpecification encryptionSpecification)
Specifies how the encryption key for encryption at rest is managed for the table.
|
CreateTableRequest |
CreateTableRequest.withKeyspaceName(String keyspaceName)
The name of the keyspace that the table is going to be created in.
|
CreateTableRequest |
CreateTableRequest.withPointInTimeRecovery(PointInTimeRecovery pointInTimeRecovery)
Specifies if
pointInTimeRecovery is enabled or disabled for the table. |
CreateTableRequest |
CreateTableRequest.withSchemaDefinition(SchemaDefinition schemaDefinition)
The
schemaDefinition consists of the following parameters. |
CreateTableRequest |
CreateTableRequest.withTableName(String tableName)
The name of the table.
|
CreateTableRequest |
CreateTableRequest.withTags(Collection<Tag> tags)
A list of key-value pair tags to be attached to the resource.
|
CreateTableRequest |
CreateTableRequest.withTags(Tag... tags)
A list of key-value pair tags to be attached to the resource.
|
CreateTableRequest |
CreateTableRequest.withTtl(TimeToLive ttl)
Enables Time to Live custom settings for the table.
|
Copyright © 2022. All rights reserved.