Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.HostPortScanResult
-
Packages that use HostPortScanResult Package Description com.oracle.bmc.vulnerabilityscanning.model com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of HostPortScanResult in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return HostPortScanResult Modifier and Type Method Description HostPortScanResult
HostPortScanResult.Builder. build()
Methods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostPortScanResult Modifier and Type Method Description HostPortScanResult.Builder
HostPortScanResult.Builder. copy(HostPortScanResult model)
-
Uses of HostPortScanResult in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return HostPortScanResult Modifier and Type Method Description HostPortScanResult
GetHostPortScanResultResponse. getHostPortScanResult()
The returned HostPortScanResult instance.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type HostPortScanResult Modifier and Type Method Description GetHostPortScanResultResponse.Builder
GetHostPortScanResultResponse.Builder. hostPortScanResult(HostPortScanResult hostPortScanResult)
The returned HostPortScanResult instance.
-