| 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 |
|---|---|
GetTableResult |
AbstractAmazonKeyspaces.getTable(GetTableRequest request) |
GetTableResult |
AmazonKeyspacesClient.getTable(GetTableRequest request)
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
GetTableResult |
AmazonKeyspaces.getTable(GetTableRequest getTableRequest)
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
Future<GetTableResult> |
AbstractAmazonKeyspacesAsync.getTableAsync(GetTableRequest request) |
Future<GetTableResult> |
AmazonKeyspacesAsyncClient.getTableAsync(GetTableRequest request) |
Future<GetTableResult> |
AmazonKeyspacesAsync.getTableAsync(GetTableRequest getTableRequest)
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
Future<GetTableResult> |
AbstractAmazonKeyspacesAsync.getTableAsync(GetTableRequest request,
AsyncHandler<GetTableRequest,GetTableResult> asyncHandler) |
Future<GetTableResult> |
AmazonKeyspacesAsyncClient.getTableAsync(GetTableRequest request,
AsyncHandler<GetTableRequest,GetTableResult> asyncHandler) |
Future<GetTableResult> |
AmazonKeyspacesAsync.getTableAsync(GetTableRequest getTableRequest,
AsyncHandler<GetTableRequest,GetTableResult> asyncHandler)
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTableResult> |
AbstractAmazonKeyspacesAsync.getTableAsync(GetTableRequest request,
AsyncHandler<GetTableRequest,GetTableResult> asyncHandler) |
Future<GetTableResult> |
AmazonKeyspacesAsyncClient.getTableAsync(GetTableRequest request,
AsyncHandler<GetTableRequest,GetTableResult> asyncHandler) |
Future<GetTableResult> |
AmazonKeyspacesAsync.getTableAsync(GetTableRequest getTableRequest,
AsyncHandler<GetTableRequest,GetTableResult> asyncHandler)
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
| Modifier and Type | Method and Description |
|---|---|
GetTableRequest |
GetTableRequest.clone() |
GetTableRequest |
GetTableRequest.withKeyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
|
GetTableRequest |
GetTableRequest.withTableName(String tableName)
The name of the table.
|
Copyright © 2022. All rights reserved.