Uses of Class
com.oracle.bmc.databasemigration.model.AdvisorResults
-
Packages that use AdvisorResults Package Description com.oracle.bmc.databasemigration.model -
-
Uses of AdvisorResults in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return AdvisorResults Modifier and Type Method Description static AdvisorResults
AdvisorResults. create(String key)
AdvisorResults
AdvisorReport. getResult()
Premigration Advisor result.static AdvisorResults
AdvisorResults. valueOf(String name)
Returns the enum constant of this type with the specified name.static AdvisorResults[]
AdvisorResults. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type AdvisorResults Modifier and Type Method Description AdvisorReport.Builder
AdvisorReport.Builder. result(AdvisorResults result)
Premigration Advisor result.Constructors in com.oracle.bmc.databasemigration.model with parameters of type AdvisorResults Constructor Description AdvisorReport(AdvisorReportLocationDetails reportLocationDetails, AdvisorResults result, Integer numberOfFatal, Integer numberOfFatalBlockers, Integer numberOfWarnings, Integer numberOfInformationalResults)
Deprecated.
-