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 AdvisorResultsAdvisorResults. create(String key)AdvisorResultsAdvisorReport. getResult()Premigration Advisor result.AdvisorResultsAdvisorReportCheckSummary. getResultType()Pre-Migration advisor result.static AdvisorResultsAdvisorResults. 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.BuilderAdvisorReport.Builder. result(AdvisorResults result)Premigration Advisor result.AdvisorReportCheckSummary.BuilderAdvisorReportCheckSummary.Builder. resultType(AdvisorResults resultType)Pre-Migration 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.AdvisorReportCheckSummary(String key, String displayName, AdvisorResults resultType, Boolean isReviewed, String issue, String impact, String action, String fixupScriptLocation, Boolean isExclusionAllowed, ObjectMetadata metadata, List<AdvisorReportCheckColumn> columns, Integer objectCount)Deprecated.
-