Uses of Class
com.oracle.bmc.datasafe.model.Check
-
Packages that use Check Package Description com.oracle.bmc.datasafe.model -
-
Uses of Check in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return Check Modifier and Type Method Description Check
Check.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type Check Modifier and Type Method Description List<Check>
SecurityAssessment. getChecks()
The security checks to be evaluated for type template.Methods in com.oracle.bmc.datasafe.model with parameters of type Check Modifier and Type Method Description Check.Builder
Check.Builder. copy(Check model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type Check Modifier and Type Method Description SecurityAssessment.Builder
SecurityAssessment.Builder. checks(List<Check> checks)
The security checks to be evaluated for type template.
-