Uses of Enum
com.amazonaws.services.inspector.model.AssessmentRunState
Packages that use AssessmentRunState
-
Uses of AssessmentRunState in com.amazonaws.services.inspector.model
Subclasses with type arguments of type AssessmentRunState in com.amazonaws.services.inspector.modelMethods in com.amazonaws.services.inspector.model that return AssessmentRunStateModifier and TypeMethodDescriptionstatic AssessmentRunStateUse this in place of valueOf.static AssessmentRunStateReturns 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 TypeMethodDescriptionvoidAssessmentRun.setState(AssessmentRunState state) The state of the assessment run.voidAssessmentRunStateChange.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.