| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces |
Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible
database service.
|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
default GetTableResponse |
KeyspacesClient.getTable(Consumer<GetTableRequest.Builder> getTableRequest)
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
default CompletableFuture<GetTableResponse> |
KeyspacesAsyncClient.getTable(Consumer<GetTableRequest.Builder> getTableRequest)
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 |
|---|---|
static GetTableRequest.Builder |
GetTableRequest.builder() |
GetTableRequest.Builder |
GetTableRequest.Builder.keyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
|
GetTableRequest.Builder |
GetTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTableRequest.Builder |
GetTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTableRequest.Builder |
GetTableRequest.Builder.tableName(String tableName)
The name of the table.
|
GetTableRequest.Builder |
GetTableRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetTableRequest.Builder> |
GetTableRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.