| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreTableFromRecoveryPointRequest |
RestoreTableFromRecoveryPointRequest.clone() |
RestoreTableFromRecoveryPointRequest |
RestoreTableFromRecoveryPointRequest.withActivateCaseSensitiveIdentifier(Boolean activateCaseSensitiveIdentifier)
Indicates whether name identifiers for database, schema, and table are case sensitive.
|
RestoreTableFromRecoveryPointRequest |
RestoreTableFromRecoveryPointRequest.withNamespaceName(String namespaceName)
Namespace of the recovery point to restore from.
|
RestoreTableFromRecoveryPointRequest |
RestoreTableFromRecoveryPointRequest.withNewTableName(String newTableName)
The name of the table to create from the restore operation.
|
RestoreTableFromRecoveryPointRequest |
RestoreTableFromRecoveryPointRequest.withRecoveryPointId(String recoveryPointId)
The ID of the recovery point to restore the table from.
|
RestoreTableFromRecoveryPointRequest |
RestoreTableFromRecoveryPointRequest.withSourceDatabaseName(String sourceDatabaseName)
The name of the source database that contains the table being restored.
|
RestoreTableFromRecoveryPointRequest |
RestoreTableFromRecoveryPointRequest.withSourceSchemaName(String sourceSchemaName)
The name of the source schema that contains the table being restored.
|
RestoreTableFromRecoveryPointRequest |
RestoreTableFromRecoveryPointRequest.withSourceTableName(String sourceTableName)
The name of the source table being restored.
|
RestoreTableFromRecoveryPointRequest |
RestoreTableFromRecoveryPointRequest.withTargetDatabaseName(String targetDatabaseName)
The name of the database to restore the table to.
|
RestoreTableFromRecoveryPointRequest |
RestoreTableFromRecoveryPointRequest.withTargetSchemaName(String targetSchemaName)
The name of the schema to restore the table to.
|
RestoreTableFromRecoveryPointRequest |
RestoreTableFromRecoveryPointRequest.withWorkgroupName(String workgroupName)
The workgroup to restore the table to.
|
Copyright © 2024. All rights reserved.