Uses of Class
com.amazonaws.services.redshift.model.TableRestoreStatus
-
Packages that use TableRestoreStatus Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of TableRestoreStatus in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return TableRestoreStatus Modifier and Type Method 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 restoreTableFromClusterSnapshotRequest)
Creates a new table from a table in an Amazon Redshift cluster snapshot.Method parameters in com.amazonaws.services.redshift with type arguments of type TableRestoreStatus Modifier and Type Method 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)
-
Uses of TableRestoreStatus in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return TableRestoreStatus Modifier and Type Method 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(TableRestoreStatusType status)
A value that describes the current state of the table restore request.TableRestoreStatus
TableRestoreStatus. withStatus(String 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).Methods in com.amazonaws.services.redshift.model that return types with arguments of type TableRestoreStatus Modifier and Type Method Description List<TableRestoreStatus>
DescribeTableRestoreStatusResult. getTableRestoreStatusDetails()
A list of status details for one or more table restore requests.Methods in com.amazonaws.services.redshift.model with parameters of type TableRestoreStatus Modifier and Type Method Description DescribeTableRestoreStatusResult
DescribeTableRestoreStatusResult. withTableRestoreStatusDetails(TableRestoreStatus... tableRestoreStatusDetails)
A list of status details for one or more table restore requests.Method parameters in com.amazonaws.services.redshift.model with type arguments of type TableRestoreStatus Modifier and Type Method 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.
-