Uses of Class
com.oracle.bmc.vnmonitoring.model.PathAnalyzerTestSummary
- 
Packages that use PathAnalyzerTestSummary Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.model 
- 
- 
Uses of PathAnalyzerTestSummary in com.oracle.bmc.vnmonitoringMethods in com.oracle.bmc.vnmonitoring that return types with arguments of type PathAnalyzerTestSummary Modifier and Type Method Description Iterable<PathAnalyzerTestSummary>VnMonitoringPaginators. listPathAnalyzerTestsRecordIterator(ListPathAnalyzerTestsRequest request)Creates a new iterable which will iterate over thePathAnalyzerTestSummaryobjects contained in responses from the listPathAnalyzerTests operation.
- 
Uses of PathAnalyzerTestSummary in com.oracle.bmc.vnmonitoring.modelMethods in com.oracle.bmc.vnmonitoring.model that return PathAnalyzerTestSummary Modifier and Type Method Description PathAnalyzerTestSummaryPathAnalyzerTestSummary.Builder. build()Methods in com.oracle.bmc.vnmonitoring.model that return types with arguments of type PathAnalyzerTestSummary Modifier and Type Method Description List<PathAnalyzerTestSummary>PathAnalyzerTestCollection. getItems()A list of PathAnalyzerTestSummary items.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type PathAnalyzerTestSummary Modifier and Type Method Description PathAnalyzerTestSummary.BuilderPathAnalyzerTestSummary.Builder. copy(PathAnalyzerTestSummary model)Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type PathAnalyzerTestSummary Modifier and Type Method Description PathAnalyzerTestCollection.BuilderPathAnalyzerTestCollection.Builder. items(List<PathAnalyzerTestSummary> items)A list of PathAnalyzerTestSummary items.Constructor parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type PathAnalyzerTestSummary Constructor Description PathAnalyzerTestCollection(List<PathAnalyzerTestSummary> items)Deprecated.
 
-