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
Check. getReferences()
Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Recommended Practice.References
CheckSummary. getReferences()
Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Recommended Practice.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
FindingAnalyticsDimensions. 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)
Check.Builder
Check.Builder. references(References references)
Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Recommended Practice.CheckSummary.Builder
CheckSummary.Builder. references(References references)
Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Recommended Practice.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.FindingAnalyticsDimensions.Builder
FindingAnalyticsDimensions.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 Check(String key, String title, String remarks, References references, String category, String oneline, Check.SuggestedSeverity suggestedSeverity)
Deprecated.CheckSummary(String key, String title, String remarks, References references, String category, String oneline, CheckSummary.SuggestedSeverity suggestedSeverity)
Deprecated.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.FindingAnalyticsDimensions(String key, String topFindingCategory, String category, String title, FindingAnalyticsDimensions.TopFindingStatus topFindingStatus, FindingAnalyticsDimensions.Severity severity, String remarks, String targetId, References references)
Deprecated.FindingSummary(FindingSummary.Severity severity, String assessmentId, String targetId, String key, Boolean isTopFinding, String title, String category, String remarks, Object details, String summary, String oneline, String doclink, References references, Finding.Severity oracleDefinedSeverity, Boolean isRiskModified, Boolean hasTargetDbRiskLevelChanged, String justification, Date timeValidUntil, Date timeUpdated, FindingLifecycleState lifecycleState, String lifecycleDetails)
Deprecated.
-