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