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.vnmonitoring
Methods in com.oracle.bmc.vnmonitoring with parameters of type DeletePathAnalyzerTestRequest Modifier and Type Method Description DeletePathAnalyzerTestResponse
VnMonitoring. deletePathAnalyzerTest(DeletePathAnalyzerTestRequest request)
Deletes aPathAnalyzerTest
resource using its identifier.Future<DeletePathAnalyzerTestResponse>
VnMonitoringAsync. deletePathAnalyzerTest(DeletePathAnalyzerTestRequest request, AsyncHandler<DeletePathAnalyzerTestRequest,DeletePathAnalyzerTestResponse> handler)
Deletes aPathAnalyzerTest
resource using its identifier.Future<DeletePathAnalyzerTestResponse>
VnMonitoringAsyncClient. deletePathAnalyzerTest(DeletePathAnalyzerTestRequest request, AsyncHandler<DeletePathAnalyzerTestRequest,DeletePathAnalyzerTestResponse> handler)
DeletePathAnalyzerTestResponse
VnMonitoringClient. 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 aPathAnalyzerTest
resource using its identifier.Future<DeletePathAnalyzerTestResponse>
VnMonitoringAsyncClient. deletePathAnalyzerTest(DeletePathAnalyzerTestRequest request, AsyncHandler<DeletePathAnalyzerTestRequest,DeletePathAnalyzerTestResponse> handler)
-
Uses of DeletePathAnalyzerTestRequest in com.oracle.bmc.vnmonitoring.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return DeletePathAnalyzerTestRequest Modifier and Type Method Description DeletePathAnalyzerTestRequest
DeletePathAnalyzerTestRequest.Builder. build()
Build the instance of DeletePathAnalyzerTestRequest as configured by this builderDeletePathAnalyzerTestRequest
DeletePathAnalyzerTestRequest.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.Builder
DeletePathAnalyzerTestRequest.Builder. copy(DeletePathAnalyzerTestRequest o)
Copy method to populate the builder with values from the given instance.
-