Uses of Class
com.oracle.bmc.goldengate.model.DisasterRecoveryPrecheckResult
-
Packages that use DisasterRecoveryPrecheckResult Package Description com.oracle.bmc.goldengate.model -
-
Uses of DisasterRecoveryPrecheckResult in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DisasterRecoveryPrecheckResult Modifier and Type Method Description DisasterRecoveryPrecheckResultDisasterRecoveryPrecheckResult.Builder. build()Methods in com.oracle.bmc.goldengate.model that return types with arguments of type DisasterRecoveryPrecheckResult Modifier and Type Method Description List<DisasterRecoveryPrecheckResult>DisasterRecoveryPrecheckReport. getChecks()A list of precheck results.Methods in com.oracle.bmc.goldengate.model with parameters of type DisasterRecoveryPrecheckResult Modifier and Type Method Description DisasterRecoveryPrecheckResult.BuilderDisasterRecoveryPrecheckResult.Builder. copy(DisasterRecoveryPrecheckResult model)Method parameters in com.oracle.bmc.goldengate.model with type arguments of type DisasterRecoveryPrecheckResult Modifier and Type Method Description DisasterRecoveryPrecheckReport.BuilderDisasterRecoveryPrecheckReport.Builder. checks(List<DisasterRecoveryPrecheckResult> checks)A list of precheck results.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type DisasterRecoveryPrecheckResult Constructor Description DisasterRecoveryPrecheckReport(Date timePrecheckStarted, Date timePrecheckFinished, PrecheckStatus precheckStatus, List<DisasterRecoveryPrecheckResult> checks)Deprecated.
-