Uses of Class
com.oracle.bmc.databasemigration.model.PhaseStatus
-
Packages that use PhaseStatus Package Description com.oracle.bmc.databasemigration.model -
-
Uses of PhaseStatus in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return PhaseStatus Modifier and Type Method Description PhaseStatus
PhaseStatus.Builder. build()
Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type PhaseStatus Modifier and Type Method Description List<PhaseStatus>
MigrationJobProgressResource. getPhases()
List of phase status for the job.Methods in com.oracle.bmc.databasemigration.model with parameters of type PhaseStatus Modifier and Type Method Description PhaseStatus.Builder
PhaseStatus.Builder. copy(PhaseStatus model)
Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type PhaseStatus Modifier and Type Method Description MigrationJobProgressResource.Builder
MigrationJobProgressResource.Builder. phases(List<PhaseStatus> phases)
List of phase status for the job.Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type PhaseStatus Constructor Description MigrationJobProgressResource(JobPhaseStatus currentStatus, OdmsJobPhases currentPhase, List<PhaseStatus> phases)
Deprecated.
-