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