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 that return types with arguments of type SecurityAssessmentReferences Modifier and Type Method Description List<SecurityAssessmentReferences>
ListChecksRequest. getContainsReferences()
An optional filter to return only findings that match the specified references.List<SecurityAssessmentReferences>
ListFindingAnalyticsRequest. getContainsReferences()
An optional filter to return only findings that match the specified references.List<SecurityAssessmentReferences>
ListFindingsRequest. getContainsReferences()
An optional filter to return only findings that match the specified references.Methods in com.oracle.bmc.datasafe.requests with parameters of type SecurityAssessmentReferences Modifier and Type Method Description ListChecksRequest.Builder
ListChecksRequest.Builder. containsReferences(SecurityAssessmentReferences singularValue)
Singular setter.ListFindingAnalyticsRequest.Builder
ListFindingAnalyticsRequest.Builder. containsReferences(SecurityAssessmentReferences singularValue)
Singular setter.ListFindingsRequest.Builder
ListFindingsRequest.Builder. containsReferences(SecurityAssessmentReferences singularValue)
Singular setter.ListFindingsRequest.Builder
ListFindingsRequest.Builder. references(SecurityAssessmentReferences references)
An optional filter to return only findings that match the specified reference.Method parameters in com.oracle.bmc.datasafe.requests with type arguments of type SecurityAssessmentReferences Modifier and Type Method Description ListChecksRequest.Builder
ListChecksRequest.Builder. containsReferences(List<SecurityAssessmentReferences> containsReferences)
An optional filter to return only findings that match the specified references.ListFindingAnalyticsRequest.Builder
ListFindingAnalyticsRequest.Builder. containsReferences(List<SecurityAssessmentReferences> containsReferences)
An optional filter to return only findings that match the specified references.ListFindingsRequest.Builder
ListFindingsRequest.Builder. containsReferences(List<SecurityAssessmentReferences> containsReferences)
An optional filter to return only findings that match the specified references.
-