Uses of Class
com.oracle.bmc.vnmonitoring.requests.DeletePathAnalyzerTestRequest
- 
Packages that use DeletePathAnalyzerTestRequest Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.requests 
- 
- 
Uses of DeletePathAnalyzerTestRequest in com.oracle.bmc.vnmonitoringMethods in com.oracle.bmc.vnmonitoring with parameters of type DeletePathAnalyzerTestRequest Modifier and Type Method Description DeletePathAnalyzerTestResponseVnMonitoring. deletePathAnalyzerTest(DeletePathAnalyzerTestRequest request)Deletes aPathAnalyzerTestresource using its identifier.Future<DeletePathAnalyzerTestResponse>VnMonitoringAsync. deletePathAnalyzerTest(DeletePathAnalyzerTestRequest request, AsyncHandler<DeletePathAnalyzerTestRequest,DeletePathAnalyzerTestResponse> handler)Deletes aPathAnalyzerTestresource using its identifier.Future<DeletePathAnalyzerTestResponse>VnMonitoringAsyncClient. deletePathAnalyzerTest(DeletePathAnalyzerTestRequest request, AsyncHandler<DeletePathAnalyzerTestRequest,DeletePathAnalyzerTestResponse> handler)DeletePathAnalyzerTestResponseVnMonitoringClient. deletePathAnalyzerTest(DeletePathAnalyzerTestRequest request)Method parameters in com.oracle.bmc.vnmonitoring with type arguments of type DeletePathAnalyzerTestRequest Modifier and Type Method Description Future<DeletePathAnalyzerTestResponse>VnMonitoringAsync. deletePathAnalyzerTest(DeletePathAnalyzerTestRequest request, AsyncHandler<DeletePathAnalyzerTestRequest,DeletePathAnalyzerTestResponse> handler)Deletes aPathAnalyzerTestresource using its identifier.Future<DeletePathAnalyzerTestResponse>VnMonitoringAsyncClient. deletePathAnalyzerTest(DeletePathAnalyzerTestRequest request, AsyncHandler<DeletePathAnalyzerTestRequest,DeletePathAnalyzerTestResponse> handler)
- 
Uses of DeletePathAnalyzerTestRequest in com.oracle.bmc.vnmonitoring.requestsMethods in com.oracle.bmc.vnmonitoring.requests that return DeletePathAnalyzerTestRequest Modifier and Type Method Description DeletePathAnalyzerTestRequestDeletePathAnalyzerTestRequest.Builder. build()Build the instance of DeletePathAnalyzerTestRequest as configured by this builderDeletePathAnalyzerTestRequestDeletePathAnalyzerTestRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeletePathAnalyzerTestRequest as configured by this builderMethods in com.oracle.bmc.vnmonitoring.requests with parameters of type DeletePathAnalyzerTestRequest Modifier and Type Method Description DeletePathAnalyzerTestRequest.BuilderDeletePathAnalyzerTestRequest.Builder. copy(DeletePathAnalyzerTestRequest o)Copy method to populate the builder with values from the given instance.
 
-