Uses of Class
com.oracle.bmc.vnmonitoring.responses.DeletePathAnalyzerTestResponse
-
Packages that use DeletePathAnalyzerTestResponse Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.responses -
-
Uses of DeletePathAnalyzerTestResponse in com.oracle.bmc.vnmonitoring
Methods in com.oracle.bmc.vnmonitoring that return DeletePathAnalyzerTestResponse Modifier and Type Method Description DeletePathAnalyzerTestResponse
VnMonitoring. deletePathAnalyzerTest(DeletePathAnalyzerTestRequest request)
Deletes aPathAnalyzerTest
resource using its identifier.DeletePathAnalyzerTestResponse
VnMonitoringClient. deletePathAnalyzerTest(DeletePathAnalyzerTestRequest request)
Methods in com.oracle.bmc.vnmonitoring that return types with arguments of type DeletePathAnalyzerTestResponse 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)
Method parameters in com.oracle.bmc.vnmonitoring with type arguments of type DeletePathAnalyzerTestResponse 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 DeletePathAnalyzerTestResponse in com.oracle.bmc.vnmonitoring.responses
Methods in com.oracle.bmc.vnmonitoring.responses that return DeletePathAnalyzerTestResponse Modifier and Type Method Description DeletePathAnalyzerTestResponse
DeletePathAnalyzerTestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vnmonitoring.responses with parameters of type DeletePathAnalyzerTestResponse Modifier and Type Method Description DeletePathAnalyzerTestResponse.Builder
DeletePathAnalyzerTestResponse.Builder. copy(DeletePathAnalyzerTestResponse o)
Copy method to populate the builder with values from the given instance.
-