Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.HostPortScanResultSummary
-
Packages that use HostPortScanResultSummary Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of HostPortScanResultSummary in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return types with arguments of type HostPortScanResultSummary Modifier and Type Method Description Iterable<HostPortScanResultSummary>
VulnerabilityScanningPaginators. listHostPortScanResultsRecordIterator(ListHostPortScanResultsRequest request)
Creates a new iterable which will iterate over theHostPortScanResultSummary
objects contained in responses from the listHostPortScanResults operation. -
Uses of HostPortScanResultSummary in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return HostPortScanResultSummary Modifier and Type Method Description HostPortScanResultSummary
HostPortScanResultSummary.Builder. build()
Methods in com.oracle.bmc.vulnerabilityscanning.model that return types with arguments of type HostPortScanResultSummary Modifier and Type Method Description List<HostPortScanResultSummary>
HostPortScanResultSummaryCollection. getItems()
The HostPortScanResultSummary objects in the collectionMethods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostPortScanResultSummary Modifier and Type Method Description HostPortScanResultSummary.Builder
HostPortScanResultSummary.Builder. copy(HostPortScanResultSummary model)
Method parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type HostPortScanResultSummary Modifier and Type Method Description HostPortScanResultSummaryCollection.Builder
HostPortScanResultSummaryCollection.Builder. items(List<HostPortScanResultSummary> items)
The HostPortScanResultSummary objects in the collectionConstructor parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type HostPortScanResultSummary Constructor Description HostPortScanResultSummaryCollection(List<HostPortScanResultSummary> items)
Deprecated.
-