Uses of Class
com.oracle.bmc.vnmonitoring.model.CreatePathAnalyzerTestDetails
-
Packages that use CreatePathAnalyzerTestDetails Package Description com.oracle.bmc.vnmonitoring.model com.oracle.bmc.vnmonitoring.requests -
-
Uses of CreatePathAnalyzerTestDetails in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return CreatePathAnalyzerTestDetails Modifier and Type Method Description CreatePathAnalyzerTestDetails
CreatePathAnalyzerTestDetails.Builder. build()
Methods in com.oracle.bmc.vnmonitoring.model with parameters of type CreatePathAnalyzerTestDetails Modifier and Type Method Description CreatePathAnalyzerTestDetails.Builder
CreatePathAnalyzerTestDetails.Builder. copy(CreatePathAnalyzerTestDetails model)
-
Uses of CreatePathAnalyzerTestDetails in com.oracle.bmc.vnmonitoring.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return CreatePathAnalyzerTestDetails Modifier and Type Method Description CreatePathAnalyzerTestDetails
CreatePathAnalyzerTestRequest. getBody$()
Alternative accessor for the body parameter.CreatePathAnalyzerTestDetails
CreatePathAnalyzerTestRequest. getCreatePathAnalyzerTestDetails()
Details for creating a new PathAnalyzerTest.Methods in com.oracle.bmc.vnmonitoring.requests with parameters of type CreatePathAnalyzerTestDetails Modifier and Type Method Description CreatePathAnalyzerTestRequest.Builder
CreatePathAnalyzerTestRequest.Builder. body$(CreatePathAnalyzerTestDetails body)
Alternative setter for the body parameter.CreatePathAnalyzerTestRequest.Builder
CreatePathAnalyzerTestRequest.Builder. createPathAnalyzerTestDetails(CreatePathAnalyzerTestDetails createPathAnalyzerTestDetails)
Details for creating a new PathAnalyzerTest.
-