Uses of Class
com.oracle.bmc.jms.model.PerformanceTuningAnalysisResultSummary
- 
Packages that use PerformanceTuningAnalysisResultSummary Package Description com.oracle.bmc.jms com.oracle.bmc.jms.model 
- 
- 
Uses of PerformanceTuningAnalysisResultSummary in com.oracle.bmc.jmsMethods in com.oracle.bmc.jms that return types with arguments of type PerformanceTuningAnalysisResultSummary Modifier and Type Method Description Iterable<PerformanceTuningAnalysisResultSummary>JavaManagementServicePaginators. listPerformanceTuningAnalysisResultsRecordIterator(ListPerformanceTuningAnalysisResultsRequest request)Creates a new iterable which will iterate over thePerformanceTuningAnalysisResultSummaryobjects contained in responses from the listPerformanceTuningAnalysisResults operation.
- 
Uses of PerformanceTuningAnalysisResultSummary in com.oracle.bmc.jms.modelMethods in com.oracle.bmc.jms.model that return PerformanceTuningAnalysisResultSummary Modifier and Type Method Description PerformanceTuningAnalysisResultSummaryPerformanceTuningAnalysisResultSummary.Builder. build()Methods in com.oracle.bmc.jms.model that return types with arguments of type PerformanceTuningAnalysisResultSummary Modifier and Type Method Description List<PerformanceTuningAnalysisResultSummary>PerformanceTuningAnalysisResultCollection. getItems()A list of Performance Tuning Analysis results.Methods in com.oracle.bmc.jms.model with parameters of type PerformanceTuningAnalysisResultSummary Modifier and Type Method Description PerformanceTuningAnalysisResultSummary.BuilderPerformanceTuningAnalysisResultSummary.Builder. copy(PerformanceTuningAnalysisResultSummary model)Method parameters in com.oracle.bmc.jms.model with type arguments of type PerformanceTuningAnalysisResultSummary Modifier and Type Method Description PerformanceTuningAnalysisResultCollection.BuilderPerformanceTuningAnalysisResultCollection.Builder. items(List<PerformanceTuningAnalysisResultSummary> items)A list of Performance Tuning Analysis results.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type PerformanceTuningAnalysisResultSummary Constructor Description PerformanceTuningAnalysisResultCollection(List<PerformanceTuningAnalysisResultSummary> items)Deprecated.
 
-