Uses of Class
com.oracle.bmc.datasafe.model.References
-
Packages that use References Package Description com.oracle.bmc.datasafe.model -
-
Uses of References in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return References Modifier and Type Method Description References
References.Builder. build()
References
Finding. getReferences()
Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.References
FindingSummary. getReferences()
Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, a STIG rule, or a GDPR Article/Recital.Methods in com.oracle.bmc.datasafe.model with parameters of type References Modifier and Type Method Description References.Builder
References.Builder. copy(References model)
Finding.Builder
Finding.Builder. references(References references)
Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, STIG rule, or related to a GDPR Article/Recital.FindingSummary.Builder
FindingSummary.Builder. references(References references)
Provides information on whether the finding is related to a CIS Oracle Database Benchmark recommendation, a STIG rule, or a GDPR Article/Recital.Constructors in com.oracle.bmc.datasafe.model with parameters of type References Constructor Description Finding(String key, Finding.Severity severity, String assessmentId, String targetId, String title, String remarks, Object details, String summary, References references, Finding.Severity oracleDefinedSeverity, Boolean isRiskModified, Boolean hasTargetDbRiskLevelChanged, String justification, Date timeValidUntil, Date timeUpdated, FindingLifecycleState lifecycleState, String lifecycleDetails)
Deprecated.FindingSummary(FindingSummary.Severity severity, String assessmentId, String targetId, String key, Boolean isTopFinding, String title, String remarks, Object details, String summary, String oneline, References references, Finding.Severity oracleDefinedSeverity, Boolean isRiskModified, Boolean hasTargetDbRiskLevelChanged, String justification, Date timeValidUntil, Date timeUpdated, FindingLifecycleState lifecycleState, String lifecycleDetails)
Deprecated.
-