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.model
Methods in com.oracle.bmc.databasemigration.model that return UnsupportedDatabaseObject Modifier and Type Method Description UnsupportedDatabaseObject
UnsupportedDatabaseObject.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.Builder
UnsupportedDatabaseObject.Builder. copy(UnsupportedDatabaseObject model)
Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type UnsupportedDatabaseObject Modifier and Type Method Description Job.Builder
Job.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, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-