| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Finding |
Finding.clone() |
Finding |
DescribeFindingResult.getFinding()
Information about the finding.
|
Finding |
Finding.withAgentId(String agentId)
The EC2 instance ID where the agent is installed that is used during the
assessment that generates the finding.
|
Finding |
Finding.withAttributes(Attribute... attributes)
The system-defined attributes for the finding.
|
Finding |
Finding.withAttributes(Collection<Attribute> attributes)
The system-defined attributes for the finding.
|
Finding |
Finding.withAutoScalingGroup(String autoScalingGroup)
The autoscaling group of the EC2 instance where the agent is installed
that is used during the assessment that generates the finding.
|
Finding |
Finding.withDescription(LocalizedText description)
The description of the finding.
|
Finding |
Finding.withFinding(LocalizedText finding)
A short description that identifies the finding.
|
Finding |
Finding.withFindingArn(String findingArn)
The ARN specifying the finding.
|
Finding |
Finding.withRecommendation(LocalizedText recommendation)
The recommendation for the finding.
|
Finding |
Finding.withRuleName(String ruleName)
The rule name that is used to generate the finding.
|
Finding |
Finding.withRulesPackageArn(String rulesPackageArn)
The ARN of the rules package that is used to generate the finding.
|
Finding |
Finding.withRunArn(String runArn)
The ARN of the assessment run that generated the finding.
|
Finding |
Finding.withSeverity(String severity)
The finding severity.
|
Finding |
Finding.withUserAttributes(Attribute... userAttributes)
The user-defined attributes that are assigned to the finding.
|
Finding |
Finding.withUserAttributes(Collection<Attribute> userAttributes)
The user-defined attributes that are assigned to the finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFindingResult.setFinding(Finding finding)
Information about the finding.
|
DescribeFindingResult |
DescribeFindingResult.withFinding(Finding finding)
Information about the finding.
|
Copyright © 2015. All rights reserved.