Uses of Class
com.oracle.bmc.datasafe.model.SecurityAssessmentLifecycleState
-
Packages that use SecurityAssessmentLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of SecurityAssessmentLifecycleState in com.oracle.bmc.datasafe
-
Uses of SecurityAssessmentLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityAssessmentLifecycleState Modifier and Type Method Description static SecurityAssessmentLifecycleState
SecurityAssessmentLifecycleState. create(String key)
SecurityAssessmentLifecycleState
SecurityAssessment. getLifecycleState()
The current state of the security assessment.SecurityAssessmentLifecycleState
SecurityAssessmentSummary. getLifecycleState()
The current state of the security assessment.static SecurityAssessmentLifecycleState
SecurityAssessmentLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityAssessmentLifecycleState[]
SecurityAssessmentLifecycleState. 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 SecurityAssessmentLifecycleState Modifier and Type Method Description SecurityAssessment.Builder
SecurityAssessment.Builder. lifecycleState(SecurityAssessmentLifecycleState lifecycleState)
The current state of the security assessment.SecurityAssessmentSummary.Builder
SecurityAssessmentSummary.Builder. lifecycleState(SecurityAssessmentLifecycleState lifecycleState)
The current state of the security assessment.Constructors in com.oracle.bmc.datasafe.model with parameters of type SecurityAssessmentLifecycleState 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.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. -
Uses of SecurityAssessmentLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return SecurityAssessmentLifecycleState Modifier and Type Method Description SecurityAssessmentLifecycleState
ListSecurityAssessmentsRequest. getLifecycleState()
A filter to return only resources that match the specified lifecycle state.Methods in com.oracle.bmc.datasafe.requests with parameters of type SecurityAssessmentLifecycleState Modifier and Type Method Description ListSecurityAssessmentsRequest.Builder
ListSecurityAssessmentsRequest.Builder. lifecycleState(SecurityAssessmentLifecycleState lifecycleState)
A filter to return only resources that match the specified lifecycle state.
-