Uses of Class
com.amazonaws.services.inspector.model.AssessmentRunState
-
Packages that use AssessmentRunState Package Description com.amazonaws.services.inspector.model -
-
Uses of AssessmentRunState in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentRunState Modifier and Type Method Description static AssessmentRunState
AssessmentRunState. fromValue(String value)
Use this in place of valueOf.static AssessmentRunState
AssessmentRunState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AssessmentRunState[]
AssessmentRunState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.inspector.model with parameters of type AssessmentRunState Modifier and Type Method Description void
AssessmentRun. setState(AssessmentRunState state)
The state of the assessment run.void
AssessmentRunStateChange. setState(AssessmentRunState state)
The assessment run state.AssessmentRun
AssessmentRun. withState(AssessmentRunState state)
The state of the assessment run.AssessmentRunStateChange
AssessmentRunStateChange. withState(AssessmentRunState state)
The assessment run state.AssessmentRunFilter
AssessmentRunFilter. withStates(AssessmentRunState... states)
For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type.
-