Uses of Class
com.oracle.bmc.databasemigration.model.UnsupportedDatabaseObject
- 
Packages that use UnsupportedDatabaseObject Package Description com.oracle.bmc.databasemigration.model 
- 
- 
Uses of UnsupportedDatabaseObject in com.oracle.bmc.databasemigration.modelMethods in com.oracle.bmc.databasemigration.model that return UnsupportedDatabaseObject Modifier and Type Method Description UnsupportedDatabaseObjectUnsupportedDatabaseObject.Builder. build()Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type UnsupportedDatabaseObject Modifier and Type Method Description List<UnsupportedDatabaseObject>Job. getUnsupportedObjects()Database objects not supported.Methods in com.oracle.bmc.databasemigration.model with parameters of type UnsupportedDatabaseObject Modifier and Type Method Description UnsupportedDatabaseObject.BuilderUnsupportedDatabaseObject.Builder. copy(UnsupportedDatabaseObject model)Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type UnsupportedDatabaseObject Modifier and Type Method Description Job.BuilderJob.Builder. unsupportedObjects(List<UnsupportedDatabaseObject> unsupportedObjects)Database objects not supported.Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type UnsupportedDatabaseObject Constructor Description Job(String id, String displayName, String migrationId, JobTypes type, Date timeCreated, Date timeUpdated, MigrationJobProgressResource progress, List<UnsupportedDatabaseObject> unsupportedObjects, JobLifecycleStates lifecycleState, String lifecycleDetails, List<ParameterFileVersionSummary> parameterFileVersions, CollectTracesData collectTracesData, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
 
-