Uses of Class
com.oracle.bmc.vnmonitoring.model.UpdatePathAnalyzerTestDetails
-
Packages that use UpdatePathAnalyzerTestDetails Package Description com.oracle.bmc.vnmonitoring.model com.oracle.bmc.vnmonitoring.requests -
-
Uses of UpdatePathAnalyzerTestDetails in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return UpdatePathAnalyzerTestDetails Modifier and Type Method Description UpdatePathAnalyzerTestDetails
UpdatePathAnalyzerTestDetails.Builder. build()
Methods in com.oracle.bmc.vnmonitoring.model with parameters of type UpdatePathAnalyzerTestDetails Modifier and Type Method Description UpdatePathAnalyzerTestDetails.Builder
UpdatePathAnalyzerTestDetails.Builder. copy(UpdatePathAnalyzerTestDetails model)
-
Uses of UpdatePathAnalyzerTestDetails in com.oracle.bmc.vnmonitoring.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return UpdatePathAnalyzerTestDetails Modifier and Type Method Description UpdatePathAnalyzerTestDetails
UpdatePathAnalyzerTestRequest. getBody$()
Alternative accessor for the body parameter.UpdatePathAnalyzerTestDetails
UpdatePathAnalyzerTestRequest. getUpdatePathAnalyzerTestDetails()
The information to update.Methods in com.oracle.bmc.vnmonitoring.requests with parameters of type UpdatePathAnalyzerTestDetails Modifier and Type Method Description UpdatePathAnalyzerTestRequest.Builder
UpdatePathAnalyzerTestRequest.Builder. body$(UpdatePathAnalyzerTestDetails body)
Alternative setter for the body parameter.UpdatePathAnalyzerTestRequest.Builder
UpdatePathAnalyzerTestRequest.Builder. updatePathAnalyzerTestDetails(UpdatePathAnalyzerTestDetails updatePathAnalyzerTestDetails)
The information to update.
-