| 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 |
|---|---|
RestoreTableResult |
AbstractAmazonKeyspaces.restoreTable(RestoreTableRequest request) |
RestoreTableResult |
AmazonKeyspacesClient.restoreTable(RestoreTableRequest request)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
RestoreTableResult |
AmazonKeyspaces.restoreTable(RestoreTableRequest restoreTableRequest)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
Future<RestoreTableResult> |
AbstractAmazonKeyspacesAsync.restoreTableAsync(RestoreTableRequest request) |
Future<RestoreTableResult> |
AmazonKeyspacesAsyncClient.restoreTableAsync(RestoreTableRequest request) |
Future<RestoreTableResult> |
AmazonKeyspacesAsync.restoreTableAsync(RestoreTableRequest restoreTableRequest)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
Future<RestoreTableResult> |
AbstractAmazonKeyspacesAsync.restoreTableAsync(RestoreTableRequest request,
AsyncHandler<RestoreTableRequest,RestoreTableResult> asyncHandler) |
Future<RestoreTableResult> |
AmazonKeyspacesAsyncClient.restoreTableAsync(RestoreTableRequest request,
AsyncHandler<RestoreTableRequest,RestoreTableResult> asyncHandler) |
Future<RestoreTableResult> |
AmazonKeyspacesAsync.restoreTableAsync(RestoreTableRequest restoreTableRequest,
AsyncHandler<RestoreTableRequest,RestoreTableResult> asyncHandler)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
| Modifier and Type | Method and Description |
|---|---|
Future<RestoreTableResult> |
AbstractAmazonKeyspacesAsync.restoreTableAsync(RestoreTableRequest request,
AsyncHandler<RestoreTableRequest,RestoreTableResult> asyncHandler) |
Future<RestoreTableResult> |
AmazonKeyspacesAsyncClient.restoreTableAsync(RestoreTableRequest request,
AsyncHandler<RestoreTableRequest,RestoreTableResult> asyncHandler) |
Future<RestoreTableResult> |
AmazonKeyspacesAsync.restoreTableAsync(RestoreTableRequest restoreTableRequest,
AsyncHandler<RestoreTableRequest,RestoreTableResult> asyncHandler)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
| Modifier and Type | Method and Description |
|---|---|
RestoreTableRequest |
RestoreTableRequest.clone() |
RestoreTableRequest |
RestoreTableRequest.withCapacitySpecificationOverride(CapacitySpecification capacitySpecificationOverride)
Specifies the read/write throughput capacity mode for the target table.
|
RestoreTableRequest |
RestoreTableRequest.withEncryptionSpecificationOverride(EncryptionSpecification encryptionSpecificationOverride)
Specifies the encryption settings for the target table.
|
RestoreTableRequest |
RestoreTableRequest.withPointInTimeRecoveryOverride(PointInTimeRecovery pointInTimeRecoveryOverride)
Specifies the
pointInTimeRecovery settings for the target table. |
RestoreTableRequest |
RestoreTableRequest.withRestoreTimestamp(Date restoreTimestamp)
The restore timestamp in ISO 8601 format.
|
RestoreTableRequest |
RestoreTableRequest.withSourceKeyspaceName(String sourceKeyspaceName)
The keyspace name of the source table.
|
RestoreTableRequest |
RestoreTableRequest.withSourceTableName(String sourceTableName)
The name of the source table.
|
RestoreTableRequest |
RestoreTableRequest.withTagsOverride(Collection<Tag> tagsOverride)
A list of key-value pair tags to be attached to the restored table.
|
RestoreTableRequest |
RestoreTableRequest.withTagsOverride(Tag... tagsOverride)
A list of key-value pair tags to be attached to the restored table.
|
RestoreTableRequest |
RestoreTableRequest.withTargetKeyspaceName(String targetKeyspaceName)
The name of the target keyspace.
|
RestoreTableRequest |
RestoreTableRequest.withTargetTableName(String targetTableName)
The name of the target table.
|
Copyright © 2022. All rights reserved.