Uses of Class
com.oracle.bmc.datasafe.model.SecurityAssessment.Type
-
Packages that use SecurityAssessment.Type Package Description com.oracle.bmc.datasafe.model -
-
Uses of SecurityAssessment.Type in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityAssessment.Type Modifier and Type Method Description static SecurityAssessment.TypeSecurityAssessment.Type. create(String key)SecurityAssessment.TypeSecurityAssessment. getType()The type of this security assessment.static SecurityAssessment.TypeSecurityAssessment.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityAssessment.Type[]SecurityAssessment.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type SecurityAssessment.Type Modifier and Type Method Description SecurityAssessment.BuilderSecurityAssessment.Builder. type(SecurityAssessment.Type type)The type of this security assessment.Constructors in com.oracle.bmc.datasafe.model with parameters of type SecurityAssessment.Type Constructor Description SecurityAssessment(String id, Date timeCreated, Date timeUpdated, Date timeLastAssessed, String compartmentId, String displayName, List<String> targetIds, List<Object> ignoredTargets, List<Object> ignoredAssessmentIds, String targetVersion, Boolean isBaseline, Boolean isDeviatedFromBaseline, String lastComparedBaselineId, SecurityAssessmentLifecycleState lifecycleState, String lifecycleDetails, String scheduleSecurityAssessmentId, SecurityAssessment.TriggeredBy triggeredBy, String description, Boolean isAssessmentScheduled, String schedule, String link, SecurityAssessment.Type type, SecurityAssessmentStatistics statistics, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-