Uses of Class
com.oracle.bmc.jmsutils.model.PerformanceTuningAnalysisSortBy
-
Packages that use PerformanceTuningAnalysisSortBy Package Description com.oracle.bmc.jmsutils.model com.oracle.bmc.jmsutils.requests -
-
Uses of PerformanceTuningAnalysisSortBy in com.oracle.bmc.jmsutils.model
Methods in com.oracle.bmc.jmsutils.model that return PerformanceTuningAnalysisSortBy Modifier and Type Method Description static PerformanceTuningAnalysisSortByPerformanceTuningAnalysisSortBy. create(String key)static PerformanceTuningAnalysisSortByPerformanceTuningAnalysisSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static PerformanceTuningAnalysisSortBy[]PerformanceTuningAnalysisSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PerformanceTuningAnalysisSortBy in com.oracle.bmc.jmsutils.requests
Methods in com.oracle.bmc.jmsutils.requests that return PerformanceTuningAnalysisSortBy Modifier and Type Method Description PerformanceTuningAnalysisSortByListPerformanceTuningAnalysisRequest. getSortBy()The field to sort Performance Tuning Analysis.Methods in com.oracle.bmc.jmsutils.requests with parameters of type PerformanceTuningAnalysisSortBy Modifier and Type Method Description ListPerformanceTuningAnalysisRequest.BuilderListPerformanceTuningAnalysisRequest.Builder. sortBy(PerformanceTuningAnalysisSortBy sortBy)The field to sort Performance Tuning Analysis.
-