Uses of Class
com.oracle.bmc.vnmonitoring.requests.CreatePathAnalyzerTestRequest
-
Packages that use CreatePathAnalyzerTestRequest Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.requests -
-
Uses of CreatePathAnalyzerTestRequest in com.oracle.bmc.vnmonitoring
Methods in com.oracle.bmc.vnmonitoring with parameters of type CreatePathAnalyzerTestRequest Modifier and Type Method Description CreatePathAnalyzerTestResponse
VnMonitoring. createPathAnalyzerTest(CreatePathAnalyzerTestRequest request)
Creates a newPathAnalyzerTest
resource.Future<CreatePathAnalyzerTestResponse>
VnMonitoringAsync. createPathAnalyzerTest(CreatePathAnalyzerTestRequest request, AsyncHandler<CreatePathAnalyzerTestRequest,CreatePathAnalyzerTestResponse> handler)
Creates a newPathAnalyzerTest
resource.Future<CreatePathAnalyzerTestResponse>
VnMonitoringAsyncClient. createPathAnalyzerTest(CreatePathAnalyzerTestRequest request, AsyncHandler<CreatePathAnalyzerTestRequest,CreatePathAnalyzerTestResponse> handler)
CreatePathAnalyzerTestResponse
VnMonitoringClient. createPathAnalyzerTest(CreatePathAnalyzerTestRequest request)
Method parameters in com.oracle.bmc.vnmonitoring with type arguments of type CreatePathAnalyzerTestRequest 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 CreatePathAnalyzerTestRequest in com.oracle.bmc.vnmonitoring.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return CreatePathAnalyzerTestRequest Modifier and Type Method Description CreatePathAnalyzerTestRequest
CreatePathAnalyzerTestRequest.Builder. build()
Build the instance of CreatePathAnalyzerTestRequest as configured by this builderCreatePathAnalyzerTestRequest
CreatePathAnalyzerTestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePathAnalyzerTestRequest as configured by this builderMethods in com.oracle.bmc.vnmonitoring.requests with parameters of type CreatePathAnalyzerTestRequest Modifier and Type Method Description CreatePathAnalyzerTestRequest.Builder
CreatePathAnalyzerTestRequest.Builder. copy(CreatePathAnalyzerTestRequest o)
Copy method to populate the builder with values from the given instance.
-