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.vnmonitoring
Methods in com.oracle.bmc.vnmonitoring with parameters of type GetPathAnalysisRequest Modifier and Type Method Description GetPathAnalysisResponse
VnMonitoring. 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)
GetPathAnalysisResponse
VnMonitoringClient. 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.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return GetPathAnalysisRequest Modifier and Type Method Description GetPathAnalysisRequest
GetPathAnalysisRequest.Builder. build()
Build the instance of GetPathAnalysisRequest as configured by this builderGetPathAnalysisRequest
GetPathAnalysisRequest.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.Builder
GetPathAnalysisRequest.Builder. copy(GetPathAnalysisRequest o)
Copy method to populate the builder with values from the given instance.
-