| 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. |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
CreateTableResult |
CreateTableResult.clone() |
CreateTableResult |
CreateTableResult.withResourceArn(String resourceArn)
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
|
Copyright © 2022. All rights reserved.