| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RestoreTableFromSnapshotResult> |
AWSRedshiftServerlessAsyncClient.restoreTableFromSnapshotAsync(RestoreTableFromSnapshotRequest request,
AsyncHandler<RestoreTableFromSnapshotRequest,RestoreTableFromSnapshotResult> asyncHandler) |
Future<RestoreTableFromSnapshotResult> |
AbstractAWSRedshiftServerlessAsync.restoreTableFromSnapshotAsync(RestoreTableFromSnapshotRequest request,
AsyncHandler<RestoreTableFromSnapshotRequest,RestoreTableFromSnapshotResult> asyncHandler) |
Future<RestoreTableFromSnapshotResult> |
AWSRedshiftServerlessAsync.restoreTableFromSnapshotAsync(RestoreTableFromSnapshotRequest restoreTableFromSnapshotRequest,
AsyncHandler<RestoreTableFromSnapshotRequest,RestoreTableFromSnapshotResult> asyncHandler)
Restores a table from a snapshot to your Amazon Redshift Serverless instance.
|
| Modifier and Type | Method and Description |
|---|---|
RestoreTableFromSnapshotRequest |
RestoreTableFromSnapshotRequest.clone() |
RestoreTableFromSnapshotRequest |
RestoreTableFromSnapshotRequest.withActivateCaseSensitiveIdentifier(Boolean activateCaseSensitiveIdentifier)
Indicates whether name identifiers for database, schema, and table are case sensitive.
|
RestoreTableFromSnapshotRequest |
RestoreTableFromSnapshotRequest.withNamespaceName(String namespaceName)
The namespace of the snapshot to restore from.
|
RestoreTableFromSnapshotRequest |
RestoreTableFromSnapshotRequest.withNewTableName(String newTableName)
The name of the table to create from the restore operation.
|
RestoreTableFromSnapshotRequest |
RestoreTableFromSnapshotRequest.withSnapshotName(String snapshotName)
The name of the snapshot to restore the table from.
|
RestoreTableFromSnapshotRequest |
RestoreTableFromSnapshotRequest.withSourceDatabaseName(String sourceDatabaseName)
The name of the source database that contains the table being restored.
|
RestoreTableFromSnapshotRequest |
RestoreTableFromSnapshotRequest.withSourceSchemaName(String sourceSchemaName)
The name of the source schema that contains the table being restored.
|
RestoreTableFromSnapshotRequest |
RestoreTableFromSnapshotRequest.withSourceTableName(String sourceTableName)
The name of the source table being restored.
|
RestoreTableFromSnapshotRequest |
RestoreTableFromSnapshotRequest.withTargetDatabaseName(String targetDatabaseName)
The name of the database to restore the table to.
|
RestoreTableFromSnapshotRequest |
RestoreTableFromSnapshotRequest.withTargetSchemaName(String targetSchemaName)
The name of the schema to restore the table to.
|
RestoreTableFromSnapshotRequest |
RestoreTableFromSnapshotRequest.withWorkgroupName(String workgroupName)
The workgroup to restore the table to.
|
Copyright © 2023. All rights reserved.