| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Run |
Run.clone() |
Run |
DescribeRunResult.getRun()
Information about the assessment run.
|
Run |
Run.withAssessmentArn(String assessmentArn)
The ARN of the assessment that is associated with the run.
|
Run |
Run.withCompletionTime(Date completionTime)
Run completion time that corresponds to the rules packages evaluation
completion time or failure.
|
Run |
Run.withCreationTime(Date creationTime)
Run creation time that corresponds to the data collection completion time
or failure.
|
Run |
Run.withRulesPackages(Collection<String> rulesPackages)
Rules packages selected for the run of the assessment.
|
Run |
Run.withRulesPackages(String... rulesPackages)
Rules packages selected for the run of the assessment.
|
Run |
Run.withRunArn(String runArn)
The ARN of the run.
|
Run |
Run.withRunName(String runName)
The auto-generated name for the run.
|
Run |
Run.withRunState(String runState)
The state of the run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRunResult.setRun(Run run)
Information about the assessment run.
|
DescribeRunResult |
DescribeRunResult.withRun(Run run)
Information about the assessment run.
|
Copyright © 2015. All rights reserved.