Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.HostScanTargetErrorSummary
-
Packages that use HostScanTargetErrorSummary Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of HostScanTargetErrorSummary in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return types with arguments of type HostScanTargetErrorSummary Modifier and Type Method Description Iterable<HostScanTargetErrorSummary>
VulnerabilityScanningPaginators. listHostScanTargetErrorsRecordIterator(ListHostScanTargetErrorsRequest request)
Creates a new iterable which will iterate over theHostScanTargetErrorSummary
objects contained in responses from the listHostScanTargetErrors operation. -
Uses of HostScanTargetErrorSummary in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return HostScanTargetErrorSummary Modifier and Type Method Description HostScanTargetErrorSummary
HostScanTargetErrorSummary.Builder. build()
Methods in com.oracle.bmc.vulnerabilityscanning.model that return types with arguments of type HostScanTargetErrorSummary Modifier and Type Method Description List<HostScanTargetErrorSummary>
HostScanTargetErrorSummaryCollection. getItems()
The HostScanTargetError objects in the collection.Methods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostScanTargetErrorSummary Modifier and Type Method Description HostScanTargetErrorSummary.Builder
HostScanTargetErrorSummary.Builder. copy(HostScanTargetErrorSummary model)
Method parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type HostScanTargetErrorSummary Modifier and Type Method Description HostScanTargetErrorSummaryCollection.Builder
HostScanTargetErrorSummaryCollection.Builder. items(List<HostScanTargetErrorSummary> items)
The HostScanTargetError objects in the collection.Constructor parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type HostScanTargetErrorSummary Constructor Description HostScanTargetErrorSummaryCollection(List<HostScanTargetErrorSummary> items)
Deprecated.
-