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.jms
Methods 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 thePerformanceTuningAnalysisResultSummary
objects contained in responses from the listPerformanceTuningAnalysisResults operation. -
Uses of PerformanceTuningAnalysisResultSummary in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return PerformanceTuningAnalysisResultSummary Modifier and Type Method Description PerformanceTuningAnalysisResultSummary
PerformanceTuningAnalysisResultSummary.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.Builder
PerformanceTuningAnalysisResultSummary.Builder. copy(PerformanceTuningAnalysisResultSummary model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type PerformanceTuningAnalysisResultSummary Modifier and Type Method Description PerformanceTuningAnalysisResultCollection.Builder
PerformanceTuningAnalysisResultCollection.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.
-