Uses of Class
software.amazon.awssdk.services.inspector.model.AssessmentRunStateChange
-
Packages that use AssessmentRunStateChange Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of AssessmentRunStateChange in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type AssessmentRunStateChange Modifier and Type Method Description List<AssessmentRunStateChange>AssessmentRun. stateChanges()A list of the assessment run state changes.Methods in software.amazon.awssdk.services.inspector.model with parameters of type AssessmentRunStateChange Modifier and Type Method Description AssessmentRun.BuilderAssessmentRun.Builder. stateChanges(AssessmentRunStateChange... stateChanges)A list of the assessment run state changes.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type AssessmentRunStateChange Modifier and Type Method Description AssessmentRun.BuilderAssessmentRun.Builder. stateChanges(Collection<AssessmentRunStateChange> stateChanges)A list of the assessment run state changes.
-