Uses of Class
com.oracle.bmc.vnmonitoring.model.PathAnalyzerTest
-
Packages that use PathAnalyzerTest Package Description com.oracle.bmc.vnmonitoring.model com.oracle.bmc.vnmonitoring.responses -
-
Uses of PathAnalyzerTest in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return PathAnalyzerTest Modifier and Type Method Description PathAnalyzerTest
PathAnalyzerTest.Builder. build()
Methods in com.oracle.bmc.vnmonitoring.model with parameters of type PathAnalyzerTest Modifier and Type Method Description PathAnalyzerTest.Builder
PathAnalyzerTest.Builder. copy(PathAnalyzerTest model)
-
Uses of PathAnalyzerTest in com.oracle.bmc.vnmonitoring.responses
Methods in com.oracle.bmc.vnmonitoring.responses that return PathAnalyzerTest Modifier and Type Method Description PathAnalyzerTest
CreatePathAnalyzerTestResponse. getPathAnalyzerTest()
The returned PathAnalyzerTest instance.PathAnalyzerTest
GetPathAnalyzerTestResponse. getPathAnalyzerTest()
The returned PathAnalyzerTest instance.PathAnalyzerTest
UpdatePathAnalyzerTestResponse. getPathAnalyzerTest()
The returned PathAnalyzerTest instance.Methods in com.oracle.bmc.vnmonitoring.responses with parameters of type PathAnalyzerTest Modifier and Type Method Description CreatePathAnalyzerTestResponse.Builder
CreatePathAnalyzerTestResponse.Builder. pathAnalyzerTest(PathAnalyzerTest pathAnalyzerTest)
The returned PathAnalyzerTest instance.GetPathAnalyzerTestResponse.Builder
GetPathAnalyzerTestResponse.Builder. pathAnalyzerTest(PathAnalyzerTest pathAnalyzerTest)
The returned PathAnalyzerTest instance.UpdatePathAnalyzerTestResponse.Builder
UpdatePathAnalyzerTestResponse.Builder. pathAnalyzerTest(PathAnalyzerTest pathAnalyzerTest)
The returned PathAnalyzerTest instance.
-