Uses of Class
com.oracle.bmc.vnmonitoring.responses.UpdatePathAnalyzerTestResponse
-
Packages that use UpdatePathAnalyzerTestResponse Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.responses -
-
Uses of UpdatePathAnalyzerTestResponse in com.oracle.bmc.vnmonitoring
Methods in com.oracle.bmc.vnmonitoring that return UpdatePathAnalyzerTestResponse Modifier and Type Method Description UpdatePathAnalyzerTestResponse
VnMonitoring. updatePathAnalyzerTest(UpdatePathAnalyzerTestRequest request)
Updates aPathAnalyzerTest
using its identifier.UpdatePathAnalyzerTestResponse
VnMonitoringClient. updatePathAnalyzerTest(UpdatePathAnalyzerTestRequest request)
Methods in com.oracle.bmc.vnmonitoring that return types with arguments of type UpdatePathAnalyzerTestResponse Modifier and Type Method Description Future<UpdatePathAnalyzerTestResponse>
VnMonitoringAsync. updatePathAnalyzerTest(UpdatePathAnalyzerTestRequest request, AsyncHandler<UpdatePathAnalyzerTestRequest,UpdatePathAnalyzerTestResponse> handler)
Updates aPathAnalyzerTest
using its identifier.Future<UpdatePathAnalyzerTestResponse>
VnMonitoringAsyncClient. updatePathAnalyzerTest(UpdatePathAnalyzerTestRequest request, AsyncHandler<UpdatePathAnalyzerTestRequest,UpdatePathAnalyzerTestResponse> handler)
Method parameters in com.oracle.bmc.vnmonitoring with type arguments of type UpdatePathAnalyzerTestResponse Modifier and Type Method Description Future<UpdatePathAnalyzerTestResponse>
VnMonitoringAsync. updatePathAnalyzerTest(UpdatePathAnalyzerTestRequest request, AsyncHandler<UpdatePathAnalyzerTestRequest,UpdatePathAnalyzerTestResponse> handler)
Updates aPathAnalyzerTest
using its identifier.Future<UpdatePathAnalyzerTestResponse>
VnMonitoringAsyncClient. updatePathAnalyzerTest(UpdatePathAnalyzerTestRequest request, AsyncHandler<UpdatePathAnalyzerTestRequest,UpdatePathAnalyzerTestResponse> handler)
-
Uses of UpdatePathAnalyzerTestResponse in com.oracle.bmc.vnmonitoring.responses
Methods in com.oracle.bmc.vnmonitoring.responses that return UpdatePathAnalyzerTestResponse Modifier and Type Method Description UpdatePathAnalyzerTestResponse
UpdatePathAnalyzerTestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vnmonitoring.responses with parameters of type UpdatePathAnalyzerTestResponse Modifier and Type Method Description UpdatePathAnalyzerTestResponse.Builder
UpdatePathAnalyzerTestResponse.Builder. copy(UpdatePathAnalyzerTestResponse o)
Copy method to populate the builder with values from the given instance.
-