Uses of Class
com.oracle.bmc.cloudguard.model.Confidence
-
Packages that use Confidence Package Description com.oracle.bmc.cloudguard.model -
-
Uses of Confidence in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return Confidence Modifier and Type Method Description static Confidence
Confidence. create(String key)
Confidence
Sighting. getConfidence()
Level of confidence that the sighting is not a false positiveConfidence
SightingSummary. getConfidence()
Confidence level that the sighting is not a false positivestatic Confidence
Confidence. valueOf(String name)
Returns the enum constant of this type with the specified name.static Confidence[]
Confidence. 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 Confidence Modifier and Type Method Description Sighting.Builder
Sighting.Builder. confidence(Confidence confidence)
Level of confidence that the sighting is not a false positiveSightingSummary.Builder
SightingSummary.Builder. confidence(Confidence confidence)
Confidence level that the sighting is not a false positiveConstructors in com.oracle.bmc.cloudguard.model with parameters of type Confidence 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.
-