Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.ContainerScanRecipe
-
Packages that use ContainerScanRecipe Package Description com.oracle.bmc.vulnerabilityscanning.model com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of ContainerScanRecipe in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return ContainerScanRecipe Modifier and Type Method Description ContainerScanRecipe
ContainerScanRecipe.Builder. build()
Methods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type ContainerScanRecipe Modifier and Type Method Description ContainerScanRecipe.Builder
ContainerScanRecipe.Builder. copy(ContainerScanRecipe model)
-
Uses of ContainerScanRecipe in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return ContainerScanRecipe Modifier and Type Method Description ContainerScanRecipe
CreateContainerScanRecipeResponse. getContainerScanRecipe()
The returned ContainerScanRecipe instance.ContainerScanRecipe
GetContainerScanRecipeResponse. getContainerScanRecipe()
The returned ContainerScanRecipe instance.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type ContainerScanRecipe Modifier and Type Method Description CreateContainerScanRecipeResponse.Builder
CreateContainerScanRecipeResponse.Builder. containerScanRecipe(ContainerScanRecipe containerScanRecipe)
The returned ContainerScanRecipe instance.GetContainerScanRecipeResponse.Builder
GetContainerScanRecipeResponse.Builder. containerScanRecipe(ContainerScanRecipe containerScanRecipe)
The returned ContainerScanRecipe instance.
-