Uses of Class
com.oracle.bmc.databasemigration.model.OracleDatabaseObject
-
Packages that use OracleDatabaseObject Package Description com.oracle.bmc.databasemigration.model -
-
Uses of OracleDatabaseObject in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return OracleDatabaseObject Modifier and Type Method Description OracleDatabaseObject
OracleDatabaseObject.Builder. build()
Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type OracleDatabaseObject Modifier and Type Method Description List<OracleDatabaseObject>
CreateOracleMigrationDetails. getExcludeObjects()
Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’List<OracleDatabaseObject>
CreateOracleMigrationDetails. getIncludeObjects()
Database objects to include from migration, cannot be specified alongside ‘excludeObjects’Methods in com.oracle.bmc.databasemigration.model with parameters of type OracleDatabaseObject Modifier and Type Method Description OracleDatabaseObject.Builder
OracleDatabaseObject.Builder. copy(OracleDatabaseObject model)
Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type OracleDatabaseObject Modifier and Type Method Description CreateOracleMigrationDetails.Builder
CreateOracleMigrationDetails.Builder. excludeObjects(List<OracleDatabaseObject> excludeObjects)
Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’CreateOracleMigrationDetails.Builder
CreateOracleMigrationDetails.Builder. includeObjects(List<OracleDatabaseObject> includeObjects)
Database objects to include from migration, cannot be specified alongside ‘excludeObjects’
-