| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
TableRestoreStatus |
TableRestoreStatus.clone() |
TableRestoreStatus |
GetTableRestoreStatusResult.getTableRestoreStatus()
The returned
TableRestoreStatus object that contains information about the status of your
RestoreTableFromSnapshot request. |
TableRestoreStatus |
RestoreTableFromSnapshotResult.getTableRestoreStatus()
The TableRestoreStatus object that contains the status of the restore operation.
|
TableRestoreStatus |
TableRestoreStatus.withMessage(String message)
A description of the status of the table restore request.
|
TableRestoreStatus |
TableRestoreStatus.withNamespaceName(String namespaceName)
The namespace of the table being restored from.
|
TableRestoreStatus |
TableRestoreStatus.withNewTableName(String newTableName)
The name of the table to create from the restore operation.
|
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.withSnapshotName(String snapshotName)
The name of the snapshot being restored from.
|
TableRestoreStatus |
TableRestoreStatus.withSourceDatabaseName(String sourceDatabaseName)
The name of the source database being restored from.
|
TableRestoreStatus |
TableRestoreStatus.withSourceSchemaName(String sourceSchemaName)
The name of the source schema being restored from.
|
TableRestoreStatus |
TableRestoreStatus.withSourceTableName(String sourceTableName)
The name of the source table being restored from.
|
TableRestoreStatus |
TableRestoreStatus.withStatus(String status)
A value that describes the current state of the table restore request.
|
TableRestoreStatus |
TableRestoreStatus.withTableRestoreRequestId(String tableRestoreRequestId)
The ID of the RestoreTableFromSnapshot request.
|
TableRestoreStatus |
TableRestoreStatus.withTargetDatabaseName(String targetDatabaseName)
The name of the database to restore to.
|
TableRestoreStatus |
TableRestoreStatus.withTargetSchemaName(String targetSchemaName)
The name of the schema to restore to.
|
TableRestoreStatus |
TableRestoreStatus.withTotalDataInMegaBytes(Long totalDataInMegaBytes)
The total amount of data to restore to the new table, in megabytes (MB).
|
TableRestoreStatus |
TableRestoreStatus.withWorkgroupName(String workgroupName)
The name of the workgroup being restored from.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableRestoreStatus> |
ListTableRestoreStatusResult.getTableRestoreStatuses()
The array of returned
TableRestoreStatus objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTableRestoreStatusResult.setTableRestoreStatus(TableRestoreStatus tableRestoreStatus)
The returned
TableRestoreStatus object that contains information about the status of your
RestoreTableFromSnapshot request. |
void |
RestoreTableFromSnapshotResult.setTableRestoreStatus(TableRestoreStatus tableRestoreStatus)
The TableRestoreStatus object that contains the status of the restore operation.
|
GetTableRestoreStatusResult |
GetTableRestoreStatusResult.withTableRestoreStatus(TableRestoreStatus tableRestoreStatus)
The returned
TableRestoreStatus object that contains information about the status of your
RestoreTableFromSnapshot request. |
RestoreTableFromSnapshotResult |
RestoreTableFromSnapshotResult.withTableRestoreStatus(TableRestoreStatus tableRestoreStatus)
The TableRestoreStatus object that contains the status of the restore operation.
|
ListTableRestoreStatusResult |
ListTableRestoreStatusResult.withTableRestoreStatuses(TableRestoreStatus... tableRestoreStatuses)
The array of returned
TableRestoreStatus objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTableRestoreStatusResult.setTableRestoreStatuses(Collection<TableRestoreStatus> tableRestoreStatuses)
The array of returned
TableRestoreStatus objects. |
ListTableRestoreStatusResult |
ListTableRestoreStatusResult.withTableRestoreStatuses(Collection<TableRestoreStatus> tableRestoreStatuses)
The array of returned
TableRestoreStatus objects. |
Copyright © 2023. All rights reserved.