| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
ScanSummary |
ScanSummary.clone() |
ScanSummary |
ScanSummary.withCreatedAt(Date createdAt)
The time when the scan was created.
|
ScanSummary |
ScanSummary.withRunId(String runId)
The identifier for the scan run.
|
ScanSummary |
ScanSummary.withScanName(String scanName)
The name of the scan.
|
ScanSummary |
ScanSummary.withScanNameArn(String scanNameArn)
The ARN for the scan name.
|
ScanSummary |
ScanSummary.withScanState(ScanState scanState)
The state of the scan.
|
ScanSummary |
ScanSummary.withScanState(String scanState)
The state of the scan.
|
ScanSummary |
ScanSummary.withUpdatedAt(Date updatedAt)
The time the scan was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScanSummary> |
ListScansResult.getSummaries()
A list of
ScanSummary objects with information about all scans in an account. |
| Modifier and Type | Method and Description |
|---|---|
ListScansResult |
ListScansResult.withSummaries(ScanSummary... summaries)
A list of
ScanSummary objects with information about all scans in an account. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListScansResult.setSummaries(Collection<ScanSummary> summaries)
A list of
ScanSummary objects with information about all scans in an account. |
ListScansResult |
ListScansResult.withSummaries(Collection<ScanSummary> summaries)
A list of
ScanSummary objects with information about all scans in an account. |
Copyright © 2024. All rights reserved.