| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
GetTableResult |
GetTableResult.clone() |
GetTableResult |
GetTableResult.withCapacitySpecification(CapacitySpecificationSummary capacitySpecification)
The read/write throughput capacity mode for a table.
|
GetTableResult |
GetTableResult.withComment(Comment comment)
The the description of the specified table.
|
GetTableResult |
GetTableResult.withCreationTimestamp(Date creationTimestamp)
The creation timestamp of the specified table.
|
GetTableResult |
GetTableResult.withDefaultTimeToLive(Integer defaultTimeToLive)
The default Time to Live settings of the specified table.
|
GetTableResult |
GetTableResult.withEncryptionSpecification(EncryptionSpecification encryptionSpecification)
The encryption settings of the specified table.
|
GetTableResult |
GetTableResult.withKeyspaceName(String keyspaceName)
The name of the keyspace that the specified table is stored in.
|
GetTableResult |
GetTableResult.withPointInTimeRecovery(PointInTimeRecoverySummary pointInTimeRecovery)
The point-in-time recovery status of the specified table.
|
GetTableResult |
GetTableResult.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the specified table.
|
GetTableResult |
GetTableResult.withSchemaDefinition(SchemaDefinition schemaDefinition)
The schema definition of the specified table.
|
GetTableResult |
GetTableResult.withStatus(String status)
The current status of the specified table.
|
GetTableResult |
GetTableResult.withStatus(TableStatus status)
The current status of the specified table.
|
GetTableResult |
GetTableResult.withTableName(String tableName)
The name of the specified table.
|
GetTableResult |
GetTableResult.withTtl(TimeToLive ttl)
The custom Time to Live settings of the specified table.
|
Copyright © 2022. All rights reserved.