Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
TableRestoreStatus |
AbstractAmazonRedshift.restoreTableFromClusterSnapshot(RestoreTableFromClusterSnapshotRequest request) |
TableRestoreStatus |
AmazonRedshift.restoreTableFromClusterSnapshot(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest)
Creates a new table from a table in an Amazon Redshift cluster snapshot.
|
TableRestoreStatus |
AmazonRedshiftClient.restoreTableFromClusterSnapshot(RestoreTableFromClusterSnapshotRequest request)
Creates a new table from a table in an Amazon Redshift cluster snapshot.
|
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 |
---|---|
TableRestoreStatus |
TableRestoreStatus.clone() |
TableRestoreStatus |
TableRestoreStatus.withClusterIdentifier(String clusterIdentifier)
The identifier of the Amazon Redshift cluster that the table is being restored to.
|
TableRestoreStatus |
TableRestoreStatus.withMessage(String message)
A description of the status of the table restore request.
|
TableRestoreStatus |
TableRestoreStatus.withNewTableName(String newTableName)
The name of the table to create as a result of the table restore request.
|
TableRestoreStatus |
TableRestoreStatus.withProgressInMegaBytes(Long progressInMegaBytes)
The amount of data restored to the new table so far, in megabytes (MB).
|
TableRestoreStatus |
TableRestoreStatus.withRequestTime(Date requestTime)
The time that the table restore request was made, in Universal Coordinated Time (UTC).
|
TableRestoreStatus |
TableRestoreStatus.withSnapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot that the table is being restored from.
|
TableRestoreStatus |
TableRestoreStatus.withSourceDatabaseName(String sourceDatabaseName)
The name of the source database that contains the table being restored.
|
TableRestoreStatus |
TableRestoreStatus.withSourceSchemaName(String sourceSchemaName)
The name of the source schema that contains the table being restored.
|
TableRestoreStatus |
TableRestoreStatus.withSourceTableName(String sourceTableName)
The name of the source table being restored.
|
TableRestoreStatus |
TableRestoreStatus.withStatus(String status)
A value that describes the current state of the table restore request.
|
TableRestoreStatus |
TableRestoreStatus.withStatus(TableRestoreStatusType status)
A value that describes the current state of the table restore request.
|
TableRestoreStatus |
TableRestoreStatus.withTableRestoreRequestId(String tableRestoreRequestId)
The unique identifier for the table restore request.
|
TableRestoreStatus |
TableRestoreStatus.withTargetDatabaseName(String targetDatabaseName)
The name of the database to restore the table to.
|
TableRestoreStatus |
TableRestoreStatus.withTargetSchemaName(String targetSchemaName)
The name of the schema to restore the table to.
|
TableRestoreStatus |
TableRestoreStatus.withTotalDataInMegaBytes(Long totalDataInMegaBytes)
The total amount of data to restore to the new table, in megabytes (MB).
|
Modifier and Type | Method and Description |
---|---|
List<TableRestoreStatus> |
DescribeTableRestoreStatusResult.getTableRestoreStatusDetails()
A list of status details for one or more table restore requests.
|
Modifier and Type | Method and Description |
---|---|
DescribeTableRestoreStatusResult |
DescribeTableRestoreStatusResult.withTableRestoreStatusDetails(TableRestoreStatus... tableRestoreStatusDetails)
A list of status details for one or more table restore requests.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTableRestoreStatusResult.setTableRestoreStatusDetails(Collection<TableRestoreStatus> tableRestoreStatusDetails)
A list of status details for one or more table restore requests.
|
DescribeTableRestoreStatusResult |
DescribeTableRestoreStatusResult.withTableRestoreStatusDetails(Collection<TableRestoreStatus> tableRestoreStatusDetails)
A list of status details for one or more table restore requests.
|
Copyright © 2023. All rights reserved.