Uses of Class
com.oracle.bmc.databasemigration.model.MigrationJobProgressResource
-
Packages that use MigrationJobProgressResource Package Description com.oracle.bmc.databasemigration.model -
-
Uses of MigrationJobProgressResource in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return MigrationJobProgressResource Modifier and Type Method Description MigrationJobProgressResource
MigrationJobProgressResource.Builder. build()
MigrationJobProgressResource
Job. getProgress()
Methods in com.oracle.bmc.databasemigration.model with parameters of type MigrationJobProgressResource Modifier and Type Method Description MigrationJobProgressResource.Builder
MigrationJobProgressResource.Builder. copy(MigrationJobProgressResource model)
Job.Builder
Job.Builder. progress(MigrationJobProgressResource progress)
Constructors in com.oracle.bmc.databasemigration.model with parameters of type MigrationJobProgressResource 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.
-