| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
FindingIdentifier |
FindingIdentifier.clone() |
FindingIdentifier |
FindingIdentifier.withFindingId(String findingId)
The identifier for a finding.
|
FindingIdentifier |
FindingIdentifier.withScanName(String scanName)
The name of the scan that generated the finding.
|
| Modifier and Type | Method and Description |
|---|---|
List<FindingIdentifier> |
BatchGetFindingsRequest.getFindingIdentifiers()
A list of finding identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetFindingsRequest |
BatchGetFindingsRequest.withFindingIdentifiers(FindingIdentifier... findingIdentifiers)
A list of finding identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetFindingsRequest.setFindingIdentifiers(Collection<FindingIdentifier> findingIdentifiers)
A list of finding identifiers.
|
BatchGetFindingsRequest |
BatchGetFindingsRequest.withFindingIdentifiers(Collection<FindingIdentifier> findingIdentifiers)
A list of finding identifiers.
|
Copyright © 2024. All rights reserved.