Uses of Class
com.amazonaws.services.inspector.model.AssessmentRun
Packages that use AssessmentRun
-
Uses of AssessmentRun in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentRunModifier and TypeMethodDescriptionAssessmentRun.clone()
The ARN of the assessment run.AssessmentRun.withAssessmentTemplateArn
(String assessmentTemplateArn) The ARN of the assessment template that is associated with the assessment run.AssessmentRun.withCompletedAt
(Date completedAt) The assessment run completion time that corresponds to the rules packages evaluation completion time or failure.AssessmentRun.withCreatedAt
(Date createdAt) The time when StartAssessmentRun was called.AssessmentRun.withDataCollected
(Boolean dataCollected) A Boolean value (true or false) that specifies whether the process of collecting data from the agents is completed.AssessmentRun.withDurationInSeconds
(Integer durationInSeconds) The duration of the assessment run.The auto-generated name for the assessment run.AssessmentRun.withNotifications
(AssessmentRunNotification... notifications) A list of notifications for the event subscriptions.AssessmentRun.withNotifications
(Collection<AssessmentRunNotification> notifications) A list of notifications for the event subscriptions.AssessmentRun.withRulesPackageArns
(String... rulesPackageArns) The rules packages selected for the assessment run.AssessmentRun.withRulesPackageArns
(Collection<String> rulesPackageArns) The rules packages selected for the assessment run.AssessmentRun.withStartedAt
(Date startedAt) The time when StartAssessmentRun was called.AssessmentRun.withState
(AssessmentRunState state) The state of the assessment run.The state of the assessment run.AssessmentRun.withStateChangedAt
(Date stateChangedAt) The last time when the assessment run's state changed.AssessmentRun.withStateChanges
(AssessmentRunStateChange... stateChanges) A list of the assessment run state changes.AssessmentRun.withStateChanges
(Collection<AssessmentRunStateChange> stateChanges) A list of the assessment run state changes.AssessmentRun.withUserAttributesForFindings
(Attribute... userAttributesForFindings) The user-defined attributes that are assigned to every generated finding.AssessmentRun.withUserAttributesForFindings
(Collection<Attribute> userAttributesForFindings) The user-defined attributes that are assigned to every generated finding.Methods in com.amazonaws.services.inspector.model that return types with arguments of type AssessmentRunModifier and TypeMethodDescriptionDescribeAssessmentRunsResult.getAssessmentRuns()
Information about the assessment run.Methods in com.amazonaws.services.inspector.model with parameters of type AssessmentRunModifier and TypeMethodDescriptionDescribeAssessmentRunsResult.withAssessmentRuns
(AssessmentRun... assessmentRuns) Information about the assessment run.Method parameters in com.amazonaws.services.inspector.model with type arguments of type AssessmentRunModifier and TypeMethodDescriptionvoid
DescribeAssessmentRunsResult.setAssessmentRuns
(Collection<AssessmentRun> assessmentRuns) Information about the assessment run.DescribeAssessmentRunsResult.withAssessmentRuns
(Collection<AssessmentRun> assessmentRuns) Information about the assessment run.