| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
Finding |
Finding.clone() |
Finding |
Finding.withCreatedAt(Date createdAt)
The time when the finding was created.
|
Finding |
Finding.withDescription(String description)
A description of the finding.
|
Finding |
Finding.withDetectorId(String detectorId)
The identifier for the detector that detected the finding in your code.
|
Finding |
Finding.withDetectorName(String detectorName)
The name of the detector that identified the security vulnerability in your code.
|
Finding |
Finding.withDetectorTags(Collection<String> detectorTags)
One or more tags or categorizations that are associated with a detector.
|
Finding |
Finding.withDetectorTags(String... detectorTags)
One or more tags or categorizations that are associated with a detector.
|
Finding |
Finding.withGeneratorId(String generatorId)
The identifier for the component that generated a finding such as AmazonCodeGuruSecurity.
|
Finding |
Finding.withId(String id)
The identifier for a finding.
|
Finding |
Finding.withRemediation(Remediation remediation)
An object that contains the details about how to remediate a finding.
|
Finding |
Finding.withResource(Resource resource)
The resource where Amazon CodeGuru Security detected a finding.
|
Finding |
Finding.withRuleId(String ruleId)
The identifier for the rule that generated the finding.
|
Finding |
Finding.withSeverity(Severity severity)
The severity of the finding.
|
Finding |
Finding.withSeverity(String severity)
The severity of the finding.
|
Finding |
Finding.withStatus(Status 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(String type)
The type of finding.
|
Finding |
Finding.withUpdatedAt(Date updatedAt)
The time when the finding was last updated.
|
Finding |
Finding.withVulnerability(Vulnerability vulnerability)
An object that describes the detected security vulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
List<Finding> |
GetFindingsResult.getFindings()
A list of findings generated by the specified scan.
|
List<Finding> |
BatchGetFindingsResult.getFindings()
A list of all findings which were successfully fetched.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingsResult |
GetFindingsResult.withFindings(Finding... findings)
A list of findings generated by the specified scan.
|
BatchGetFindingsResult |
BatchGetFindingsResult.withFindings(Finding... findings)
A list of all findings which were successfully fetched.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingsResult.setFindings(Collection<Finding> findings)
A list of findings generated by the specified scan.
|
void |
BatchGetFindingsResult.setFindings(Collection<Finding> findings)
A list of all findings which were successfully fetched.
|
GetFindingsResult |
GetFindingsResult.withFindings(Collection<Finding> findings)
A list of findings generated by the specified scan.
|
BatchGetFindingsResult |
BatchGetFindingsResult.withFindings(Collection<Finding> findings)
A list of all findings which were successfully fetched.
|
Copyright © 2024. All rights reserved.