Uses of Class
com.oracle.bmc.datasafe.model.SecurityAssessmentSummary.Type
-
Packages that use SecurityAssessmentSummary.Type Package Description com.oracle.bmc.datasafe.model -
-
Uses of SecurityAssessmentSummary.Type in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityAssessmentSummary.Type Modifier and Type Method Description static SecurityAssessmentSummary.TypeSecurityAssessmentSummary.Type. create(String key)SecurityAssessmentSummary.TypeSecurityAssessmentSummary. getType()The type of the security assessment.static SecurityAssessmentSummary.TypeSecurityAssessmentSummary.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityAssessmentSummary.Type[]SecurityAssessmentSummary.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 SecurityAssessmentSummary.Type Modifier and Type Method Description SecurityAssessmentSummary.BuilderSecurityAssessmentSummary.Builder. type(SecurityAssessmentSummary.Type type)The type of the security assessment.Constructors in com.oracle.bmc.datasafe.model with parameters of type SecurityAssessmentSummary.Type Constructor Description SecurityAssessmentSummary(String id, String description, SecurityAssessmentLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Date timeLastAssessed, String compartmentId, String displayName, List<String> targetIds, List<Object> ignoredTargetIds, List<Object> ignoredAssessmentIds, Boolean isBaseline, Boolean isDeviatedFromBaseline, String lastComparedBaselineId, String scheduleSecurityAssessmentId, String schedule, SecurityAssessmentSummary.TriggeredBy triggeredBy, String link, SecurityAssessmentSummary.Type type, SecurityAssessmentStatistics statistics, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-