Uses of Class
com.oracle.bmc.databasemigration.model.PhaseExtractEntry
-
Packages that use PhaseExtractEntry Package Description com.oracle.bmc.databasemigration.model -
-
Uses of PhaseExtractEntry in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return PhaseExtractEntry Modifier and Type Method Description PhaseExtractEntry
PhaseExtractEntry.Builder. build()
Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type PhaseExtractEntry Modifier and Type Method Description List<PhaseExtractEntry>
PhaseStatus. getExtract()
Summary of phase status results.Methods in com.oracle.bmc.databasemigration.model with parameters of type PhaseExtractEntry Modifier and Type Method Description PhaseExtractEntry.Builder
PhaseExtractEntry.Builder. copy(PhaseExtractEntry model)
Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type PhaseExtractEntry Modifier and Type Method Description PhaseStatus.Builder
PhaseStatus.Builder. extract(List<PhaseExtractEntry> extract)
Summary of phase status results.Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type PhaseExtractEntry Constructor Description PhaseStatus(OdmsJobPhases name, JobPhaseStatus status, Integer durationInMs, Boolean isAdvisorReportAvailable, String issue, String action, List<PhaseExtractEntry> extract, LogLocationBucketDetails logLocation, Integer progress, Boolean isSuspendAvailable, List<JobParameterFileVersionKind> editableParameterFiles)
Deprecated.
-