Uses of Class
com.oracle.bmc.vnmonitoring.requests.GetPathAnalysisRequest
- 
Packages that use GetPathAnalysisRequest Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.requests 
- 
- 
Uses of GetPathAnalysisRequest in com.oracle.bmc.vnmonitoringMethods in com.oracle.bmc.vnmonitoring with parameters of type GetPathAnalysisRequest Modifier and Type Method Description GetPathAnalysisResponseVnMonitoring. getPathAnalysis(GetPathAnalysisRequest request)Use this method to initiate a Network Path Analyzer analysis.Future<GetPathAnalysisResponse>VnMonitoringAsync. getPathAnalysis(GetPathAnalysisRequest request, AsyncHandler<GetPathAnalysisRequest,GetPathAnalysisResponse> handler)Use this method to initiate a Network Path Analyzer analysis.Future<GetPathAnalysisResponse>VnMonitoringAsyncClient. getPathAnalysis(GetPathAnalysisRequest request, AsyncHandler<GetPathAnalysisRequest,GetPathAnalysisResponse> handler)GetPathAnalysisResponseVnMonitoringClient. getPathAnalysis(GetPathAnalysisRequest request)Method parameters in com.oracle.bmc.vnmonitoring with type arguments of type GetPathAnalysisRequest Modifier and Type Method Description Future<GetPathAnalysisResponse>VnMonitoringAsync. getPathAnalysis(GetPathAnalysisRequest request, AsyncHandler<GetPathAnalysisRequest,GetPathAnalysisResponse> handler)Use this method to initiate a Network Path Analyzer analysis.Future<GetPathAnalysisResponse>VnMonitoringAsyncClient. getPathAnalysis(GetPathAnalysisRequest request, AsyncHandler<GetPathAnalysisRequest,GetPathAnalysisResponse> handler)
- 
Uses of GetPathAnalysisRequest in com.oracle.bmc.vnmonitoring.requestsMethods in com.oracle.bmc.vnmonitoring.requests that return GetPathAnalysisRequest Modifier and Type Method Description GetPathAnalysisRequestGetPathAnalysisRequest.Builder. build()Build the instance of GetPathAnalysisRequest as configured by this builderGetPathAnalysisRequestGetPathAnalysisRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetPathAnalysisRequest as configured by this builderMethods in com.oracle.bmc.vnmonitoring.requests with parameters of type GetPathAnalysisRequest Modifier and Type Method Description GetPathAnalysisRequest.BuilderGetPathAnalysisRequest.Builder. copy(GetPathAnalysisRequest o)Copy method to populate the builder with values from the given instance.
 
-