Uses of Class
com.oracle.bmc.vnmonitoring.requests.UpdatePathAnalyzerTestRequest
-
Packages that use UpdatePathAnalyzerTestRequest Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.requests -
-
Uses of UpdatePathAnalyzerTestRequest in com.oracle.bmc.vnmonitoring
Methods in com.oracle.bmc.vnmonitoring with parameters of type UpdatePathAnalyzerTestRequest Modifier and Type Method Description UpdatePathAnalyzerTestResponse
VnMonitoring. updatePathAnalyzerTest(UpdatePathAnalyzerTestRequest request)
Updates aPathAnalyzerTest
using its identifier.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)
UpdatePathAnalyzerTestResponse
VnMonitoringClient. updatePathAnalyzerTest(UpdatePathAnalyzerTestRequest request)
Method parameters in com.oracle.bmc.vnmonitoring with type arguments of type UpdatePathAnalyzerTestRequest 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 UpdatePathAnalyzerTestRequest in com.oracle.bmc.vnmonitoring.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return UpdatePathAnalyzerTestRequest Modifier and Type Method Description UpdatePathAnalyzerTestRequest
UpdatePathAnalyzerTestRequest.Builder. build()
Build the instance of UpdatePathAnalyzerTestRequest as configured by this builderUpdatePathAnalyzerTestRequest
UpdatePathAnalyzerTestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePathAnalyzerTestRequest as configured by this builderMethods in com.oracle.bmc.vnmonitoring.requests with parameters of type UpdatePathAnalyzerTestRequest Modifier and Type Method Description UpdatePathAnalyzerTestRequest.Builder
UpdatePathAnalyzerTestRequest.Builder. copy(UpdatePathAnalyzerTestRequest o)
Copy method to populate the builder with values from the given instance.
-