Uses of Class
com.oracle.bmc.vnmonitoring.responses.GetPathAnalysisResponse
-
Packages that use GetPathAnalysisResponse Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.responses -
-
Uses of GetPathAnalysisResponse in com.oracle.bmc.vnmonitoring
Methods in com.oracle.bmc.vnmonitoring that return GetPathAnalysisResponse Modifier and Type Method Description GetPathAnalysisResponse
VnMonitoring. getPathAnalysis(GetPathAnalysisRequest request)
Use this method to initiate a Network Path Analyzer analysis.GetPathAnalysisResponse
VnMonitoringClient. getPathAnalysis(GetPathAnalysisRequest request)
Methods in com.oracle.bmc.vnmonitoring that return types with arguments of type GetPathAnalysisResponse 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)
Method parameters in com.oracle.bmc.vnmonitoring with type arguments of type GetPathAnalysisResponse 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 GetPathAnalysisResponse in com.oracle.bmc.vnmonitoring.responses
Methods in com.oracle.bmc.vnmonitoring.responses that return GetPathAnalysisResponse Modifier and Type Method Description GetPathAnalysisResponse
GetPathAnalysisResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vnmonitoring.responses with parameters of type GetPathAnalysisResponse Modifier and Type Method Description GetPathAnalysisResponse.Builder
GetPathAnalysisResponse.Builder. copy(GetPathAnalysisResponse o)
Copy method to populate the builder with values from the given instance.
-