Uses of Class
com.amazonaws.services.redshift.model.RestoreTableFromClusterSnapshotRequest
-
Packages that use RestoreTableFromClusterSnapshotRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of RestoreTableFromClusterSnapshotRequest in com.amazonaws.services.redshift
Method parameters in com.amazonaws.services.redshift with type arguments of type RestoreTableFromClusterSnapshotRequest 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 RestoreTableFromClusterSnapshotRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return RestoreTableFromClusterSnapshotRequest Modifier and Type Method Description RestoreTableFromClusterSnapshotRequestRestoreTableFromClusterSnapshotRequest. clone()RestoreTableFromClusterSnapshotRequestRestoreTableFromClusterSnapshotRequest. withClusterIdentifier(String clusterIdentifier)The identifier of the Amazon Redshift cluster to restore the table to.RestoreTableFromClusterSnapshotRequestRestoreTableFromClusterSnapshotRequest. withNewTableName(String newTableName)The name of the table to create as a result of the current request.RestoreTableFromClusterSnapshotRequestRestoreTableFromClusterSnapshotRequest. withSnapshotIdentifier(String snapshotIdentifier)The identifier of the snapshot to restore the table from.RestoreTableFromClusterSnapshotRequestRestoreTableFromClusterSnapshotRequest. withSourceDatabaseName(String sourceDatabaseName)The name of the source database that contains the table to restore from.RestoreTableFromClusterSnapshotRequestRestoreTableFromClusterSnapshotRequest. withSourceSchemaName(String sourceSchemaName)The name of the source schema that contains the table to restore from.RestoreTableFromClusterSnapshotRequestRestoreTableFromClusterSnapshotRequest. withSourceTableName(String sourceTableName)The name of the source table to restore from.RestoreTableFromClusterSnapshotRequestRestoreTableFromClusterSnapshotRequest. withTargetDatabaseName(String targetDatabaseName)The name of the database to restore the table to.RestoreTableFromClusterSnapshotRequestRestoreTableFromClusterSnapshotRequest. withTargetSchemaName(String targetSchemaName)The name of the schema to restore the table to.
-