Uses of Class
com.oracle.bmc.dblm.model.VulnerabilityRiskLevel
-
Packages that use VulnerabilityRiskLevel Package Description com.oracle.bmc.dblm.model com.oracle.bmc.dblm.requests -
-
Uses of VulnerabilityRiskLevel in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return VulnerabilityRiskLevel Modifier and Type Method Description static VulnerabilityRiskLevel
VulnerabilityRiskLevel. create(String key)
static VulnerabilityRiskLevel
VulnerabilityRiskLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static VulnerabilityRiskLevel[]
VulnerabilityRiskLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VulnerabilityRiskLevel in com.oracle.bmc.dblm.requests
Methods in com.oracle.bmc.dblm.requests that return types with arguments of type VulnerabilityRiskLevel Modifier and Type Method Description List<VulnerabilityRiskLevel>
ListVulnerabilitiesRequest. getSeverityType()
Filter by one or more severity types.Methods in com.oracle.bmc.dblm.requests with parameters of type VulnerabilityRiskLevel Modifier and Type Method Description ListVulnerabilitiesRequest.Builder
ListVulnerabilitiesRequest.Builder. severityType(VulnerabilityRiskLevel singularValue)
Singular setter.Method parameters in com.oracle.bmc.dblm.requests with type arguments of type VulnerabilityRiskLevel Modifier and Type Method Description ListVulnerabilitiesRequest.Builder
ListVulnerabilitiesRequest.Builder. severityType(List<VulnerabilityRiskLevel> severityType)
Filter by one or more severity types.
-