Uses of Class
com.oracle.bmc.jmsutils.model.PerformanceTuningAnalysisSummary
-
Packages that use PerformanceTuningAnalysisSummary Package Description com.oracle.bmc.jmsutils com.oracle.bmc.jmsutils.model -
-
Uses of PerformanceTuningAnalysisSummary in com.oracle.bmc.jmsutils
Methods in com.oracle.bmc.jmsutils that return types with arguments of type PerformanceTuningAnalysisSummary Modifier and Type Method Description Iterable<PerformanceTuningAnalysisSummary>
JmsUtilsPaginators. listPerformanceTuningAnalysisRecordIterator(ListPerformanceTuningAnalysisRequest request)
Creates a new iterable which will iterate over thePerformanceTuningAnalysisSummary
objects contained in responses from the listPerformanceTuningAnalysis operation. -
Uses of PerformanceTuningAnalysisSummary in com.oracle.bmc.jmsutils.model
Methods in com.oracle.bmc.jmsutils.model that return PerformanceTuningAnalysisSummary Modifier and Type Method Description PerformanceTuningAnalysisSummary
PerformanceTuningAnalysisSummary.Builder. build()
Methods in com.oracle.bmc.jmsutils.model that return types with arguments of type PerformanceTuningAnalysisSummary Modifier and Type Method Description List<PerformanceTuningAnalysisSummary>
PerformanceTuningAnalysisCollection. getItems()
List of Performance Tuning Analysis.Methods in com.oracle.bmc.jmsutils.model with parameters of type PerformanceTuningAnalysisSummary Modifier and Type Method Description PerformanceTuningAnalysisSummary.Builder
PerformanceTuningAnalysisSummary.Builder. copy(PerformanceTuningAnalysisSummary model)
Method parameters in com.oracle.bmc.jmsutils.model with type arguments of type PerformanceTuningAnalysisSummary Modifier and Type Method Description PerformanceTuningAnalysisCollection.Builder
PerformanceTuningAnalysisCollection.Builder. items(List<PerformanceTuningAnalysisSummary> items)
List of Performance Tuning Analysis.Constructor parameters in com.oracle.bmc.jmsutils.model with type arguments of type PerformanceTuningAnalysisSummary Constructor Description PerformanceTuningAnalysisCollection(List<PerformanceTuningAnalysisSummary> items)
Deprecated.
-