| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
ScannedItemCount |
ScannedItemCount.clone() |
ScannedItemCount |
ScanDetections.getScannedItemCount()
Total number of scanned files.
|
ScannedItemCount |
ScannedItemCount.withFiles(Integer files)
Number of files scanned.
|
ScannedItemCount |
ScannedItemCount.withTotalGb(Integer totalGb)
Total GB of files scanned for malware.
|
ScannedItemCount |
ScannedItemCount.withVolumes(Integer volumes)
Total number of scanned volumes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScanDetections.setScannedItemCount(ScannedItemCount scannedItemCount)
Total number of scanned files.
|
ScanDetections |
ScanDetections.withScannedItemCount(ScannedItemCount scannedItemCount)
Total number of scanned files.
|
Copyright © 2025. All rights reserved.