| 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 |
|---|---|
UpdateTableResult |
AbstractAmazonKeyspaces.updateTable(UpdateTableRequest request) |
UpdateTableResult |
AmazonKeyspacesClient.updateTable(UpdateTableRequest request)
Adds new columns to the table or updates one of the table's settings, for example capacity mode, encryption,
point-in-time recovery, or ttl settings.
|
UpdateTableResult |
AmazonKeyspaces.updateTable(UpdateTableRequest updateTableRequest)
Adds new columns to the table or updates one of the table's settings, for example capacity mode, encryption,
point-in-time recovery, or ttl settings.
|
Future<UpdateTableResult> |
AbstractAmazonKeyspacesAsync.updateTableAsync(UpdateTableRequest request) |
Future<UpdateTableResult> |
AmazonKeyspacesAsyncClient.updateTableAsync(UpdateTableRequest request) |
Future<UpdateTableResult> |
AmazonKeyspacesAsync.updateTableAsync(UpdateTableRequest updateTableRequest)
Adds new columns to the table or updates one of the table's settings, for example capacity mode, encryption,
point-in-time recovery, or ttl settings.
|
Future<UpdateTableResult> |
AbstractAmazonKeyspacesAsync.updateTableAsync(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Future<UpdateTableResult> |
AmazonKeyspacesAsyncClient.updateTableAsync(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Future<UpdateTableResult> |
AmazonKeyspacesAsync.updateTableAsync(UpdateTableRequest updateTableRequest,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Adds new columns to the table or updates one of the table's settings, for example capacity mode, encryption,
point-in-time recovery, or ttl settings.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateTableResult> |
AbstractAmazonKeyspacesAsync.updateTableAsync(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Future<UpdateTableResult> |
AmazonKeyspacesAsyncClient.updateTableAsync(UpdateTableRequest request,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Future<UpdateTableResult> |
AmazonKeyspacesAsync.updateTableAsync(UpdateTableRequest updateTableRequest,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Adds new columns to the table or updates one of the table's settings, for example capacity mode, encryption,
point-in-time recovery, or ttl settings.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTableRequest |
UpdateTableRequest.clone() |
UpdateTableRequest |
UpdateTableRequest.withAddColumns(Collection<ColumnDefinition> addColumns)
For each column to be added to the specified table:
|
UpdateTableRequest |
UpdateTableRequest.withAddColumns(ColumnDefinition... addColumns)
For each column to be added to the specified table:
|
UpdateTableRequest |
UpdateTableRequest.withCapacitySpecification(CapacitySpecification capacitySpecification)
Modifies the read/write throughput capacity mode for the table.
|
UpdateTableRequest |
UpdateTableRequest.withDefaultTimeToLive(Integer defaultTimeToLive)
The default Time to Live setting in seconds for the table.
|
UpdateTableRequest |
UpdateTableRequest.withEncryptionSpecification(EncryptionSpecification encryptionSpecification)
Modifies the encryption settings of the table.
|
UpdateTableRequest |
UpdateTableRequest.withKeyspaceName(String keyspaceName)
The name of the keyspace the specified table is stored in.
|
UpdateTableRequest |
UpdateTableRequest.withPointInTimeRecovery(PointInTimeRecovery pointInTimeRecovery)
Modifies the
pointInTimeRecovery settings of the table. |
UpdateTableRequest |
UpdateTableRequest.withTableName(String tableName)
The name of the table.
|
UpdateTableRequest |
UpdateTableRequest.withTtl(TimeToLive ttl)
Modifies Time to Live custom settings for the table.
|
Copyright © 2022. All rights reserved.