Uses of Class
com.oracle.bmc.datasafe.model.SecurityAssessmentReferences
-
Packages that use SecurityAssessmentReferences Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of SecurityAssessmentReferences in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityAssessmentReferences Modifier and Type Method Description static SecurityAssessmentReferencesSecurityAssessmentReferences. create(String key)static SecurityAssessmentReferencesSecurityAssessmentReferences. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityAssessmentReferences[]SecurityAssessmentReferences. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SecurityAssessmentReferences in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return SecurityAssessmentReferences Modifier and Type Method Description SecurityAssessmentReferencesListFindingsRequest. getReferences()An optional filter to return only findings that match the specified reference.Methods in com.oracle.bmc.datasafe.requests with parameters of type SecurityAssessmentReferences Modifier and Type Method Description ListFindingsRequest.BuilderListFindingsRequest.Builder. references(SecurityAssessmentReferences references)An optional filter to return only findings that match the specified reference.
-