Uses of Enum
com.amazonaws.services.inspector.model.AssessmentRunState
Packages that use AssessmentRunState
-
Uses of AssessmentRunState in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentRunStateModifier and TypeMethodDescriptionstatic AssessmentRunState
Use this in place of valueOf.static AssessmentRunState
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 AssessmentRunStateModifier and TypeMethodDescriptionvoid
AssessmentRun.setState
(AssessmentRunState state) The state of the assessment run.void
AssessmentRunStateChange.setState
(AssessmentRunState state) The assessment run state.AssessmentRun.withState
(AssessmentRunState state) The state of the assessment run.AssessmentRunStateChange.withState
(AssessmentRunState state) The assessment run state.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.