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 AssessmentRunStateAssessmentRunState. fromValue(String value)Use this in place of valueOf.static AssessmentRunStateAssessmentRunState. 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 voidAssessmentRun. setState(AssessmentRunState state)The state of the assessment run.voidAssessmentRunStateChange. setState(AssessmentRunState state)The assessment run state.AssessmentRunAssessmentRun. withState(AssessmentRunState state)The state of the assessment run.AssessmentRunStateChangeAssessmentRunStateChange. withState(AssessmentRunState state)The assessment run state.AssessmentRunFilterAssessmentRunFilter. 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.
-