Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<TableRestoreStatus> |
AmazonRedshiftAsyncClient.restoreTableFromClusterSnapshotAsync(RestoreTableFromClusterSnapshotRequest request,
AsyncHandler<RestoreTableFromClusterSnapshotRequest,TableRestoreStatus> asyncHandler) |
java.util.concurrent.Future<TableRestoreStatus> |
AmazonRedshiftAsync.restoreTableFromClusterSnapshotAsync(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest,
AsyncHandler<RestoreTableFromClusterSnapshotRequest,TableRestoreStatus> asyncHandler)
Creates a new table from a table in an Amazon Redshift cluster snapshot.
|
java.util.concurrent.Future<TableRestoreStatus> |
AbstractAmazonRedshiftAsync.restoreTableFromClusterSnapshotAsync(RestoreTableFromClusterSnapshotRequest request,
AsyncHandler<RestoreTableFromClusterSnapshotRequest,TableRestoreStatus> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.clone() |
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withClusterIdentifier(java.lang.String clusterIdentifier)
The identifier of the Amazon Redshift cluster to restore the table to.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withNewTableName(java.lang.String newTableName)
The name of the table to create as a result of the current request.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withSnapshotIdentifier(java.lang.String snapshotIdentifier)
The identifier of the snapshot to restore the table from.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withSourceDatabaseName(java.lang.String sourceDatabaseName)
The name of the source database that contains the table to restore from.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withSourceSchemaName(java.lang.String sourceSchemaName)
The name of the source schema that contains the table to restore from.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withSourceTableName(java.lang.String sourceTableName)
The name of the source table to restore from.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withTargetDatabaseName(java.lang.String targetDatabaseName)
The name of the database to restore the table to.
|
RestoreTableFromClusterSnapshotRequest |
RestoreTableFromClusterSnapshotRequest.withTargetSchemaName(java.lang.String targetSchemaName)
The name of the schema to restore the table to.
|
Modifier and Type | Method and Description |
---|---|
Request<RestoreTableFromClusterSnapshotRequest> |
RestoreTableFromClusterSnapshotRequestMarshaller.marshall(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest) |
Modifier and Type | Method and Description |
---|---|
Request<RestoreTableFromClusterSnapshotRequest> |
RestoreTableFromClusterSnapshotRequestMarshaller.marshall(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest) |