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