Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<TableRestoreStatus> |
AbstractAmazonRedshiftAsync.restoreTableFromClusterSnapshotAsync(RestoreTableFromClusterSnapshotRequest request,
AsyncHandler<RestoreTableFromClusterSnapshotRequest,TableRestoreStatus> asyncHandler) |
Future<TableRestoreStatus> |
AmazonRedshiftAsync.restoreTableFromClusterSnapshotAsync(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest,
AsyncHandler<RestoreTableFromClusterSnapshotRequest,TableRestoreStatus> asyncHandler)
Creates a new table from a table in an Amazon Redshift cluster snapshot.
|
Future<TableRestoreStatus> |
AmazonRedshiftAsyncClient.restoreTableFromClusterSnapshotAsync(RestoreTableFromClusterSnapshotRequest request,
AsyncHandler<RestoreTableFromClusterSnapshotRequest,TableRestoreStatus> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.clone() |
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withClusterIdentifier(String clusterIdentifier)
The identifier of the Amazon Redshift cluster to restore the table to.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withEnableCaseSensitiveIdentifier(Boolean enableCaseSensitiveIdentifier)
Indicates whether name identifiers for database, schema, and table are case sensitive.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withNewTableName(String newTableName)
The name of the table to create as a result of the current request.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withSnapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot to restore the table from.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withSourceDatabaseName(String sourceDatabaseName)
The name of the source database that contains the table to restore from.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withSourceSchemaName(String sourceSchemaName)
The name of the source schema that contains the table to restore from.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withSourceTableName(String sourceTableName)
The name of the source table to restore from.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withTargetDatabaseName(String targetDatabaseName)
The name of the database to restore the table to.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withTargetSchemaName(String targetSchemaName)
The name of the schema to restore the table to.
|
Copyright © 2024. All rights reserved.