Uses of Class
com.amazonaws.services.redshift.model.TableRestoreStatus
Packages that use TableRestoreStatus
-
Uses of TableRestoreStatus in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return TableRestoreStatusModifier and TypeMethodDescriptionAbstractAmazonRedshift.restoreTableFromClusterSnapshot
(RestoreTableFromClusterSnapshotRequest request) AmazonRedshift.restoreTableFromClusterSnapshot
(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest) Creates a new table from a table in an Amazon Redshift cluster snapshot.AmazonRedshiftClient.restoreTableFromClusterSnapshot
(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest) Creates a new table from a table in an Amazon Redshift cluster snapshot.Methods in com.amazonaws.services.redshift that return types with arguments of type TableRestoreStatusModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.restoreTableFromClusterSnapshotAsync
(RestoreTableFromClusterSnapshotRequest request) AbstractAmazonRedshiftAsync.restoreTableFromClusterSnapshotAsync
(RestoreTableFromClusterSnapshotRequest request, AsyncHandler<RestoreTableFromClusterSnapshotRequest, TableRestoreStatus> asyncHandler) AmazonRedshiftAsync.restoreTableFromClusterSnapshotAsync
(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest) Creates a new table from a table in an Amazon Redshift cluster snapshot.AmazonRedshiftAsync.restoreTableFromClusterSnapshotAsync
(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest, AsyncHandler<RestoreTableFromClusterSnapshotRequest, TableRestoreStatus> asyncHandler) Creates a new table from a table in an Amazon Redshift cluster snapshot.AmazonRedshiftAsyncClient.restoreTableFromClusterSnapshotAsync
(RestoreTableFromClusterSnapshotRequest request) AmazonRedshiftAsyncClient.restoreTableFromClusterSnapshotAsync
(RestoreTableFromClusterSnapshotRequest request, AsyncHandler<RestoreTableFromClusterSnapshotRequest, TableRestoreStatus> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type TableRestoreStatusModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.restoreTableFromClusterSnapshotAsync
(RestoreTableFromClusterSnapshotRequest request, AsyncHandler<RestoreTableFromClusterSnapshotRequest, TableRestoreStatus> asyncHandler) AmazonRedshiftAsync.restoreTableFromClusterSnapshotAsync
(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest, AsyncHandler<RestoreTableFromClusterSnapshotRequest, TableRestoreStatus> asyncHandler) Creates a new table from a table in an Amazon Redshift cluster snapshot.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 TableRestoreStatusModifier and TypeMethodDescriptionTableRestoreStatus.clone()
TableRestoreStatus.withClusterIdentifier
(String clusterIdentifier) The identifier of the Amazon Redshift cluster that the table is being restored to.TableRestoreStatus.withMessage
(String message) A description of the status of the table restore request.TableRestoreStatus.withNewTableName
(String newTableName) The name of the table to create as a result of the table restore request.TableRestoreStatus.withProgressInMegaBytes
(Long progressInMegaBytes) The amount of data restored to the new table so far, in megabytes (MB).TableRestoreStatus.withRequestTime
(Date requestTime) The time that the table restore request was made, in Universal Coordinated Time (UTC).TableRestoreStatus.withSnapshotIdentifier
(String snapshotIdentifier) The identifier of the snapshot that the table is being restored from.TableRestoreStatus.withSourceDatabaseName
(String sourceDatabaseName) The name of the source database that contains the table being restored.TableRestoreStatus.withSourceSchemaName
(String sourceSchemaName) The name of the source schema that contains the table being restored.TableRestoreStatus.withSourceTableName
(String sourceTableName) The name of the source table being restored.TableRestoreStatus.withStatus
(TableRestoreStatusType status) A value that describes the current state of the table restore request.TableRestoreStatus.withStatus
(String status) A value that describes the current state of the table restore request.TableRestoreStatus.withTableRestoreRequestId
(String tableRestoreRequestId) The unique identifier for the table restore request.TableRestoreStatus.withTargetDatabaseName
(String targetDatabaseName) The name of the database to restore the table to.TableRestoreStatus.withTargetSchemaName
(String targetSchemaName) The name of the schema to restore the table to.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 TableRestoreStatusModifier and TypeMethodDescriptionDescribeTableRestoreStatusResult.getTableRestoreStatusDetails()
A list of status details for one or more table restore requests.Methods in com.amazonaws.services.redshift.model with parameters of type TableRestoreStatusModifier and TypeMethodDescriptionDescribeTableRestoreStatusResult.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 TableRestoreStatusModifier and TypeMethodDescriptionvoid
DescribeTableRestoreStatusResult.setTableRestoreStatusDetails
(Collection<TableRestoreStatus> tableRestoreStatusDetails) A list of status details for one or more table restore requests.DescribeTableRestoreStatusResult.withTableRestoreStatusDetails
(Collection<TableRestoreStatus> tableRestoreStatusDetails) A list of status details for one or more table restore requests.