Uses of Class
com.amazonaws.services.inspector.model.AssessmentRunStateChange
Packages that use AssessmentRunStateChange
-
Uses of AssessmentRunStateChange in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentRunStateChangeModifier and TypeMethodDescriptionAssessmentRunStateChange.clone()
AssessmentRunStateChange.withState
(AssessmentRunState state) The assessment run state.The assessment run state.AssessmentRunStateChange.withStateChangedAt
(Date stateChangedAt) The last time the assessment run state changed.Methods in com.amazonaws.services.inspector.model that return types with arguments of type AssessmentRunStateChangeModifier and TypeMethodDescriptionAssessmentRun.getStateChanges()
A list of the assessment run state changes.Methods in com.amazonaws.services.inspector.model with parameters of type AssessmentRunStateChangeModifier and TypeMethodDescriptionAssessmentRun.withStateChanges
(AssessmentRunStateChange... stateChanges) A list of the assessment run state changes.Method parameters in com.amazonaws.services.inspector.model with type arguments of type AssessmentRunStateChangeModifier and TypeMethodDescriptionvoid
AssessmentRun.setStateChanges
(Collection<AssessmentRunStateChange> stateChanges) A list of the assessment run state changes.AssessmentRun.withStateChanges
(Collection<AssessmentRunStateChange> stateChanges) A list of the assessment run state changes.