| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Finding |
Finding.clone() |
Finding |
Finding.withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID associated with the finding.
|
Finding |
Finding.withDescription(String description)
The description of the finding.
|
Finding |
Finding.withFindingArn(String findingArn)
The Amazon Resource Number (ARN) of the finding.
|
Finding |
Finding.withFirstObservedAt(Date firstObservedAt)
The date and time that the finding was first observed.
|
Finding |
Finding.withFixAvailable(FixAvailable fixAvailable)
Details on whether a fix is available through a version update.
|
Finding |
Finding.withFixAvailable(String fixAvailable)
Details on whether a fix is available through a version update.
|
Finding |
Finding.withInspectorScore(Double inspectorScore)
The Amazon Inspector score given to the finding.
|
Finding |
Finding.withInspectorScoreDetails(InspectorScoreDetails inspectorScoreDetails)
An object that contains details of the Amazon Inspector score.
|
Finding |
Finding.withLastObservedAt(Date lastObservedAt)
The date and time that the finding was last observed.
|
Finding |
Finding.withNetworkReachabilityDetails(NetworkReachabilityDetails networkReachabilityDetails)
An object that contains the details of a network reachability finding.
|
Finding |
Finding.withPackageVulnerabilityDetails(PackageVulnerabilityDetails packageVulnerabilityDetails)
An object that contains the details of a package vulnerability finding.
|
Finding |
Finding.withRemediation(Remediation remediation)
An object that contains the details about how to remediate a finding.
|
Finding |
Finding.withResources(Collection<Resource> resources)
Contains information on the resources involved in a finding.
|
Finding |
Finding.withResources(Resource... resources)
Contains information on the resources involved in a finding.
|
Finding |
Finding.withSeverity(Severity severity)
The severity of the finding.
|
Finding |
Finding.withSeverity(String severity)
The severity of the finding.
|
Finding |
Finding.withStatus(FindingStatus status)
The status of the finding.
|
Finding |
Finding.withStatus(String status)
The status of the finding.
|
Finding |
Finding.withTitle(String title)
The title of the finding.
|
Finding |
Finding.withType(FindingType type)
The type of the finding.
|
Finding |
Finding.withType(String type)
The type of the finding.
|
Finding |
Finding.withUpdatedAt(Date updatedAt)
The date and time the finding was last updated at.
|
| Modifier and Type | Method and Description |
|---|---|
List<Finding> |
ListFindingsResult.getFindings()
Contains details on the findings in your environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResult |
ListFindingsResult.withFindings(Finding... findings)
Contains details on the findings in your environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsResult.setFindings(Collection<Finding> findings)
Contains details on the findings in your environment.
|
ListFindingsResult |
ListFindingsResult.withFindings(Collection<Finding> findings)
Contains details on the findings in your environment.
|
Copyright © 2022. All rights reserved.