Uses of Class
com.oracle.bmc.osmanagementhub.model.VulnerabilityTypes
-
Packages that use VulnerabilityTypes Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of VulnerabilityTypes in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return VulnerabilityTypes Modifier and Type Method Description static VulnerabilityTypes
VulnerabilityTypes. create(String key)
static VulnerabilityTypes
VulnerabilityTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static VulnerabilityTypes[]
VulnerabilityTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VulnerabilityTypes in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return types with arguments of type VulnerabilityTypes Modifier and Type Method Description List<VulnerabilityTypes>
GetManagedInstanceContentRequest. getVulnerabilityType()
A filter to return only vulnerabilities matching the given types.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type VulnerabilityTypes Modifier and Type Method Description GetManagedInstanceContentRequest.Builder
GetManagedInstanceContentRequest.Builder. vulnerabilityType(VulnerabilityTypes singularValue)
Singular setter.Method parameters in com.oracle.bmc.osmanagementhub.requests with type arguments of type VulnerabilityTypes Modifier and Type Method Description GetManagedInstanceContentRequest.Builder
GetManagedInstanceContentRequest.Builder. vulnerabilityType(List<VulnerabilityTypes> vulnerabilityType)
A filter to return only vulnerabilities matching the given types.
-