Uses of Class
com.oracle.bmc.cloudguard.model.Severity
-
Packages that use Severity Package Description com.oracle.bmc.cloudguard.model -
-
Uses of Severity in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return Severity Modifier and Type Method Description static Severity
Severity. create(String key)
Severity
Sighting. getSeverity()
Severity of the sightingSeverity
SightingSummary. getSeverity()
Severity of the sightingstatic Severity
Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Severity[]
Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model with parameters of type Severity Modifier and Type Method Description Sighting.Builder
Sighting.Builder. severity(Severity severity)
Severity of the sightingSightingSummary.Builder
SightingSummary.Builder. severity(Severity severity)
Severity of the sightingConstructors in com.oracle.bmc.cloudguard.model with parameters of type Severity Constructor Description Sighting(String id, String description, String problemId, String compartmentId, String actorPrincipalId, String actorPrincipalName, String actorPrincipalType, ClassificationStatus classificationStatus, String sightingType, String sightingTypeDisplayName, String tacticName, String techniqueName, Integer sightingScore, Severity severity, Confidence confidence, Date timeFirstDetected, Date timeLastDetected, Date timeFirstOccurred, Date timeLastOccurred, List<String> regions, Map<String,String> additionalDetails, List<ResourceLock> locks)
Deprecated.SightingSummary(String id, String compartmentId, String problemId, String actorPrincipalId, String actorPrincipalName, String actorPrincipalType, String detectorRuleId, ClassificationStatus classificationStatus, String sightingType, String sightingTypeDisplayName, String tacticName, String techniqueName, Integer sightingScore, Severity severity, Confidence confidence, Date timeFirstDetected, Date timeLastDetected, Date timeFirstOccurred, Date timeLastOccurred, List<String> regions)
Deprecated.
-