Uses of Class
com.oracle.bmc.jmsutils.model.PerformanceTuningAnalysisTarget
-
Packages that use PerformanceTuningAnalysisTarget Package Description com.oracle.bmc.jmsutils.model -
-
Uses of PerformanceTuningAnalysisTarget in com.oracle.bmc.jmsutils.model
Methods in com.oracle.bmc.jmsutils.model that return PerformanceTuningAnalysisTarget Modifier and Type Method Description PerformanceTuningAnalysisTarget
PerformanceTuningAnalysisTarget.Builder. build()
Methods in com.oracle.bmc.jmsutils.model that return types with arguments of type PerformanceTuningAnalysisTarget Modifier and Type Method Description List<PerformanceTuningAnalysisTarget>
RequestPerformanceTuningAnalysisDetails. getTargets()
The list of targets for the Performance Tuning Analysis.Methods in com.oracle.bmc.jmsutils.model with parameters of type PerformanceTuningAnalysisTarget Modifier and Type Method Description PerformanceTuningAnalysisTarget.Builder
PerformanceTuningAnalysisTarget.Builder. copy(PerformanceTuningAnalysisTarget model)
Method parameters in com.oracle.bmc.jmsutils.model with type arguments of type PerformanceTuningAnalysisTarget Modifier and Type Method Description RequestPerformanceTuningAnalysisDetails.Builder
RequestPerformanceTuningAnalysisDetails.Builder. targets(List<PerformanceTuningAnalysisTarget> targets)
The list of targets for the Performance Tuning Analysis.Constructor parameters in com.oracle.bmc.jmsutils.model with type arguments of type PerformanceTuningAnalysisTarget Constructor Description RequestPerformanceTuningAnalysisDetails(String compartmentId, List<PerformanceTuningAnalysisTarget> targets, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-