Uses of Class
com.oracle.bmc.vnmonitoring.responses.GetPathAnalyzerTestResponse
-
Packages that use GetPathAnalyzerTestResponse Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.responses -
-
Uses of GetPathAnalyzerTestResponse in com.oracle.bmc.vnmonitoring
Methods in com.oracle.bmc.vnmonitoring that return GetPathAnalyzerTestResponse Modifier and Type Method Description GetPathAnalyzerTestResponse
VnMonitoring. getPathAnalyzerTest(GetPathAnalyzerTestRequest request)
Gets aPathAnalyzerTest
using its identifier.GetPathAnalyzerTestResponse
VnMonitoringClient. getPathAnalyzerTest(GetPathAnalyzerTestRequest request)
Method parameters in com.oracle.bmc.vnmonitoring with type arguments of type GetPathAnalyzerTestResponse Modifier and Type Method Description Future<GetPathAnalyzerTestResponse>
VnMonitoringAsync. getPathAnalyzerTest(GetPathAnalyzerTestRequest request, AsyncHandler<GetPathAnalyzerTestRequest,GetPathAnalyzerTestResponse> handler)
Gets aPathAnalyzerTest
using its identifier.Future<GetPathAnalyzerTestResponse>
VnMonitoringAsyncClient. getPathAnalyzerTest(GetPathAnalyzerTestRequest request, AsyncHandler<GetPathAnalyzerTestRequest,GetPathAnalyzerTestResponse> handler)
-
Uses of GetPathAnalyzerTestResponse in com.oracle.bmc.vnmonitoring.responses
Methods in com.oracle.bmc.vnmonitoring.responses that return GetPathAnalyzerTestResponse Modifier and Type Method Description GetPathAnalyzerTestResponse
GetPathAnalyzerTestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vnmonitoring.responses with parameters of type GetPathAnalyzerTestResponse Modifier and Type Method Description GetPathAnalyzerTestResponse.Builder
GetPathAnalyzerTestResponse.Builder. copy(GetPathAnalyzerTestResponse o)
Copy method to populate the builder with values from the given instance.
-