| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Scan |
Scan.clone() |
Scan |
Scan.withAccountId(String accountId)
The ID for the account that belongs to the scan.
|
Scan |
Scan.withAdminDetectorId(String adminDetectorId)
The unique detector ID of the administrator account that the request is associated with.
|
Scan |
Scan.withAttachedVolumes(Collection<VolumeDetail> attachedVolumes)
List of volumes that were attached to the original instance to be scanned.
|
Scan |
Scan.withAttachedVolumes(VolumeDetail... attachedVolumes)
List of volumes that were attached to the original instance to be scanned.
|
Scan |
Scan.withDetectorId(String detectorId)
The unique ID of the detector that the request is associated with.
|
Scan |
Scan.withFailureReason(String failureReason)
Represents the reason for FAILED scan status.
|
Scan |
Scan.withFileCount(Long fileCount)
Represents the number of files that were scanned.
|
Scan |
Scan.withResourceDetails(ResourceDetails resourceDetails)
Represents the resources that were scanned in the scan entry.
|
Scan |
Scan.withScanEndTime(Date scanEndTime)
The timestamp of when the scan was finished.
|
Scan |
Scan.withScanId(String scanId)
The unique scan ID associated with a scan entry.
|
Scan |
Scan.withScanResultDetails(ScanResultDetails scanResultDetails)
Represents the result of the scan.
|
Scan |
Scan.withScanStartTime(Date scanStartTime)
The timestamp of when the scan was triggered.
|
Scan |
Scan.withScanStatus(ScanStatus scanStatus)
An enum value representing possible scan statuses.
|
Scan |
Scan.withScanStatus(String scanStatus)
An enum value representing possible scan statuses.
|
Scan |
Scan.withScanType(ScanType scanType)
Specifies the scan type that invoked the malware scan.
|
Scan |
Scan.withScanType(String scanType)
Specifies the scan type that invoked the malware scan.
|
Scan |
Scan.withTotalBytes(Long totalBytes)
Represents total bytes that were scanned.
|
Scan |
Scan.withTriggerDetails(TriggerDetails triggerDetails)
Specifies the reason why the scan was initiated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Scan> |
DescribeMalwareScansResult.getScans()
Contains information about malware scans.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMalwareScansResult |
DescribeMalwareScansResult.withScans(Scan... scans)
Contains information about malware scans.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMalwareScansResult.setScans(Collection<Scan> scans)
Contains information about malware scans.
|
DescribeMalwareScansResult |
DescribeMalwareScansResult.withScans(Collection<Scan> scans)
Contains information about malware scans.
|
Copyright © 2025. All rights reserved.