Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.HostScanRecipe
-
Packages that use HostScanRecipe Package Description com.oracle.bmc.vulnerabilityscanning.model com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of HostScanRecipe in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return HostScanRecipe Modifier and Type Method Description HostScanRecipe
HostScanRecipe.Builder. build()
Methods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostScanRecipe Modifier and Type Method Description HostScanRecipe.Builder
HostScanRecipe.Builder. copy(HostScanRecipe model)
-
Uses of HostScanRecipe in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return HostScanRecipe Modifier and Type Method Description HostScanRecipe
CreateHostScanRecipeResponse. getHostScanRecipe()
The returned HostScanRecipe instance.HostScanRecipe
GetHostScanRecipeResponse. getHostScanRecipe()
The returned HostScanRecipe instance.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type HostScanRecipe Modifier and Type Method Description CreateHostScanRecipeResponse.Builder
CreateHostScanRecipeResponse.Builder. hostScanRecipe(HostScanRecipe hostScanRecipe)
The returned HostScanRecipe instance.GetHostScanRecipeResponse.Builder
GetHostScanRecipeResponse.Builder. hostScanRecipe(HostScanRecipe hostScanRecipe)
The returned HostScanRecipe instance.
-