Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.ContainerScanRegistry.Type
-
Packages that use ContainerScanRegistry.Type Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of ContainerScanRegistry.Type in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return ContainerScanRegistry.Type Modifier and Type Method Description static ContainerScanRegistry.Type
ContainerScanRegistry.Type. create(String key)
static ContainerScanRegistry.Type
ContainerScanRegistry.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerScanRegistry.Type[]
ContainerScanRegistry.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-