Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.HostAgentScanResultSummary
-
Packages that use HostAgentScanResultSummary Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of HostAgentScanResultSummary in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return types with arguments of type HostAgentScanResultSummary Modifier and Type Method Description Iterable<HostAgentScanResultSummary>VulnerabilityScanningPaginators. listHostAgentScanResultsRecordIterator(ListHostAgentScanResultsRequest request)Creates a new iterable which will iterate over theHostAgentScanResultSummaryobjects contained in responses from the listHostAgentScanResults operation. -
Uses of HostAgentScanResultSummary in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return HostAgentScanResultSummary Modifier and Type Method Description HostAgentScanResultSummaryHostAgentScanResultSummary.Builder. build()Methods in com.oracle.bmc.vulnerabilityscanning.model that return types with arguments of type HostAgentScanResultSummary Modifier and Type Method Description List<HostAgentScanResultSummary>HostAgentScanResultSummaryCollection. getItems()The HostAgentScanResultSummary objects in the collectionMethods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostAgentScanResultSummary Modifier and Type Method Description HostAgentScanResultSummary.BuilderHostAgentScanResultSummary.Builder. copy(HostAgentScanResultSummary model)Method parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type HostAgentScanResultSummary Modifier and Type Method Description HostAgentScanResultSummaryCollection.BuilderHostAgentScanResultSummaryCollection.Builder. items(List<HostAgentScanResultSummary> items)The HostAgentScanResultSummary objects in the collectionConstructor parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type HostAgentScanResultSummary Constructor Description HostAgentScanResultSummaryCollection(List<HostAgentScanResultSummary> items)Deprecated.
-