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 SecurityAssessmentReferences
SecurityAssessmentReferences. create(String key)
static SecurityAssessmentReferences
SecurityAssessmentReferences. 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 SecurityAssessmentReferences
ListFindingsRequest. 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.Builder
ListFindingsRequest.Builder. references(SecurityAssessmentReferences references)
An optional filter to return only findings that match the specified reference.
-