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.vnmonitoring
Methods 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 thePathAnalyzerTestSummary
objects contained in responses from the listPathAnalyzerTests operation. -
Uses of PathAnalyzerTestSummary in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return PathAnalyzerTestSummary Modifier and Type Method Description PathAnalyzerTestSummary
PathAnalyzerTestSummary.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.Builder
PathAnalyzerTestSummary.Builder. copy(PathAnalyzerTestSummary model)
Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type PathAnalyzerTestSummary Modifier and Type Method Description PathAnalyzerTestCollection.Builder
PathAnalyzerTestCollection.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.
-