Uses of Class
com.oracle.bmc.databasemigration.model.UpdateTargetTypeTablespaceDetails
-
Packages that use UpdateTargetTypeTablespaceDetails Package Description com.oracle.bmc.databasemigration.model -
-
Uses of UpdateTargetTypeTablespaceDetails in com.oracle.bmc.databasemigration.model
Subclasses of UpdateTargetTypeTablespaceDetails in com.oracle.bmc.databasemigration.model Modifier and Type Class Description class
UpdateADBDedicatedAutoCreateTablespaceDetails
Auto create tablespace settings that are valid for Dedicated Autonomous Databases.class
UpdateADBDedicatedRemapTargetTablespaceDetails
Remap tablespace settings that are valid for Dedicated Autonomous Databases.class
UpdateADBServerlesTablespaceDetails
Migration tablespace settings valid for Autonomous Database Serverless target type using remap feature.class
UpdateNonADBAutoCreateTablespaceDetails
Migration tablespace settings valid for NON-ADB target type using auto create feature.class
UpdateNonADBRemapTablespaceDetails
Migration tablespace settings valid for NON-ADB target type using remap feature.class
UpdateTargetDefaultsAutoCreateTablespaceDetails
Migration tablespace settings valid for TARGET_DEFAULTS_AUTOCREATE target type.class
UpdateTargetDefaultsRemapTablespaceDetails
Migration tablespace settings valid for TARGET_DEFAULTS_REMAP target type.Methods in com.oracle.bmc.databasemigration.model that return UpdateTargetTypeTablespaceDetails Modifier and Type Method Description UpdateTargetTypeTablespaceDetails
UpdateOracleInitialLoadSettings. getTablespaceDetails()
Methods in com.oracle.bmc.databasemigration.model with parameters of type UpdateTargetTypeTablespaceDetails Modifier and Type Method Description UpdateOracleInitialLoadSettings.Builder
UpdateOracleInitialLoadSettings.Builder. tablespaceDetails(UpdateTargetTypeTablespaceDetails tablespaceDetails)
Constructors in com.oracle.bmc.databasemigration.model with parameters of type UpdateTargetTypeTablespaceDetails Constructor Description UpdateOracleInitialLoadSettings(UpdateDataPumpParameters dataPumpParameters, UpdateTargetTypeTablespaceDetails tablespaceDetails, UpdateDirectoryObject exportDirectoryObject, UpdateDirectoryObject importDirectoryObject, JobModeOracle jobMode, List<MetadataRemap> metadataRemaps)
Deprecated.
-