Uses of Class
com.oracle.bmc.vulnerabilityscanning.responses.GetHostPortScanResultResponse
-
Packages that use GetHostPortScanResultResponse Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of GetHostPortScanResultResponse in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return GetHostPortScanResultResponse Modifier and Type Method Description GetHostPortScanResultResponse
VulnerabilityScanning. getHostPortScanResult(GetHostPortScanResultRequest request)
Retrieves a HostPortScanResult identified by the host port scan ID.GetHostPortScanResultResponse
VulnerabilityScanningClient. getHostPortScanResult(GetHostPortScanResultRequest request)
Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type GetHostPortScanResultResponse Modifier and Type Method Description Future<GetHostPortScanResultResponse>
VulnerabilityScanningAsync. getHostPortScanResult(GetHostPortScanResultRequest request, AsyncHandler<GetHostPortScanResultRequest,GetHostPortScanResultResponse> handler)
Retrieves a HostPortScanResult identified by the host port scan ID.Future<GetHostPortScanResultResponse>
VulnerabilityScanningAsyncClient. getHostPortScanResult(GetHostPortScanResultRequest request, AsyncHandler<GetHostPortScanResultRequest,GetHostPortScanResultResponse> handler)
-
Uses of GetHostPortScanResultResponse in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return GetHostPortScanResultResponse Modifier and Type Method Description GetHostPortScanResultResponse
GetHostPortScanResultResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type GetHostPortScanResultResponse Modifier and Type Method Description GetHostPortScanResultResponse.Builder
GetHostPortScanResultResponse.Builder. copy(GetHostPortScanResultResponse o)
Copy method to populate the builder with values from the given instance.
-