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 TableRestoreStatusAbstractAmazonRedshift. restoreTableFromClusterSnapshot(RestoreTableFromClusterSnapshotRequest request)TableRestoreStatusAmazonRedshift. restoreTableFromClusterSnapshot(RestoreTableFromClusterSnapshotRequest restoreTableFromClusterSnapshotRequest)Creates a new table from a table in an Amazon Redshift cluster snapshot.TableRestoreStatusAmazonRedshiftClient. 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 TableRestoreStatusTableRestoreStatus. clone()TableRestoreStatusTableRestoreStatus. withClusterIdentifier(String clusterIdentifier)The identifier of the Amazon Redshift cluster that the table is being restored to.TableRestoreStatusTableRestoreStatus. withMessage(String message)A description of the status of the table restore request.TableRestoreStatusTableRestoreStatus. withNewTableName(String newTableName)The name of the table to create as a result of the table restore request.TableRestoreStatusTableRestoreStatus. withProgressInMegaBytes(Long progressInMegaBytes)The amount of data restored to the new table so far, in megabytes (MB).TableRestoreStatusTableRestoreStatus. withRequestTime(Date requestTime)The time that the table restore request was made, in Universal Coordinated Time (UTC).TableRestoreStatusTableRestoreStatus. withSnapshotIdentifier(String snapshotIdentifier)The identifier of the snapshot that the table is being restored from.TableRestoreStatusTableRestoreStatus. withSourceDatabaseName(String sourceDatabaseName)The name of the source database that contains the table being restored.TableRestoreStatusTableRestoreStatus. withSourceSchemaName(String sourceSchemaName)The name of the source schema that contains the table being restored.TableRestoreStatusTableRestoreStatus. withSourceTableName(String sourceTableName)The name of the source table being restored.TableRestoreStatusTableRestoreStatus. withStatus(TableRestoreStatusType status)A value that describes the current state of the table restore request.TableRestoreStatusTableRestoreStatus. withStatus(String status)A value that describes the current state of the table restore request.TableRestoreStatusTableRestoreStatus. withTableRestoreRequestId(String tableRestoreRequestId)The unique identifier for the table restore request.TableRestoreStatusTableRestoreStatus. withTargetDatabaseName(String targetDatabaseName)The name of the database to restore the table to.TableRestoreStatusTableRestoreStatus. withTargetSchemaName(String targetSchemaName)The name of the schema to restore the table to.TableRestoreStatusTableRestoreStatus. 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 DescribeTableRestoreStatusResultDescribeTableRestoreStatusResult. 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 voidDescribeTableRestoreStatusResult. setTableRestoreStatusDetails(Collection<TableRestoreStatus> tableRestoreStatusDetails)A list of status details for one or more table restore requests.DescribeTableRestoreStatusResultDescribeTableRestoreStatusResult. withTableRestoreStatusDetails(Collection<TableRestoreStatus> tableRestoreStatusDetails)A list of status details for one or more table restore requests.
-