Uses of Class
com.oracle.bmc.vnmonitoring.responses.CreatePathAnalyzerTestResponse
-
Packages that use CreatePathAnalyzerTestResponse Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.responses -
-
Uses of CreatePathAnalyzerTestResponse in com.oracle.bmc.vnmonitoring
Methods in com.oracle.bmc.vnmonitoring that return CreatePathAnalyzerTestResponse Modifier and Type Method Description CreatePathAnalyzerTestResponse
VnMonitoring. createPathAnalyzerTest(CreatePathAnalyzerTestRequest request)
Creates a newPathAnalyzerTest
resource.CreatePathAnalyzerTestResponse
VnMonitoringClient. createPathAnalyzerTest(CreatePathAnalyzerTestRequest request)
Methods in com.oracle.bmc.vnmonitoring that return types with arguments of type CreatePathAnalyzerTestResponse Modifier and Type Method Description Future<CreatePathAnalyzerTestResponse>
VnMonitoringAsync. createPathAnalyzerTest(CreatePathAnalyzerTestRequest request, AsyncHandler<CreatePathAnalyzerTestRequest,CreatePathAnalyzerTestResponse> handler)
Creates a newPathAnalyzerTest
resource.Future<CreatePathAnalyzerTestResponse>
VnMonitoringAsyncClient. createPathAnalyzerTest(CreatePathAnalyzerTestRequest request, AsyncHandler<CreatePathAnalyzerTestRequest,CreatePathAnalyzerTestResponse> handler)
Method parameters in com.oracle.bmc.vnmonitoring with type arguments of type CreatePathAnalyzerTestResponse Modifier and Type Method Description Future<CreatePathAnalyzerTestResponse>
VnMonitoringAsync. createPathAnalyzerTest(CreatePathAnalyzerTestRequest request, AsyncHandler<CreatePathAnalyzerTestRequest,CreatePathAnalyzerTestResponse> handler)
Creates a newPathAnalyzerTest
resource.Future<CreatePathAnalyzerTestResponse>
VnMonitoringAsyncClient. createPathAnalyzerTest(CreatePathAnalyzerTestRequest request, AsyncHandler<CreatePathAnalyzerTestRequest,CreatePathAnalyzerTestResponse> handler)
-
Uses of CreatePathAnalyzerTestResponse in com.oracle.bmc.vnmonitoring.responses
Methods in com.oracle.bmc.vnmonitoring.responses that return CreatePathAnalyzerTestResponse Modifier and Type Method Description CreatePathAnalyzerTestResponse
CreatePathAnalyzerTestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vnmonitoring.responses with parameters of type CreatePathAnalyzerTestResponse Modifier and Type Method Description CreatePathAnalyzerTestResponse.Builder
CreatePathAnalyzerTestResponse.Builder. copy(CreatePathAnalyzerTestResponse o)
Copy method to populate the builder with values from the given instance.
-