| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
EbsVolumeScanDetails |
EbsVolumeScanDetails.clone() |
EbsVolumeScanDetails |
Service.getEbsVolumeScanDetails()
Returns details from the malware scan that created a finding.
|
EbsVolumeScanDetails |
EbsVolumeScanDetails.withScanCompletedAt(Date scanCompletedAt)
Returns the completion date and time of the malware scan.
|
EbsVolumeScanDetails |
EbsVolumeScanDetails.withScanDetections(ScanDetections scanDetections)
Contains a complete view providing malware scan result details.
|
EbsVolumeScanDetails |
EbsVolumeScanDetails.withScanId(String scanId)
Unique Id of the malware scan that generated the finding.
|
EbsVolumeScanDetails |
EbsVolumeScanDetails.withScanStartedAt(Date scanStartedAt)
Returns the start date and time of the malware scan.
|
EbsVolumeScanDetails |
EbsVolumeScanDetails.withScanType(ScanType scanType)
Specifies the scan type that invoked the malware scan.
|
EbsVolumeScanDetails |
EbsVolumeScanDetails.withScanType(String scanType)
Specifies the scan type that invoked the malware scan.
|
EbsVolumeScanDetails |
EbsVolumeScanDetails.withSources(Collection<String> sources)
Contains list of threat intelligence sources used to detect threats.
|
EbsVolumeScanDetails |
EbsVolumeScanDetails.withSources(String... sources)
Contains list of threat intelligence sources used to detect threats.
|
EbsVolumeScanDetails |
EbsVolumeScanDetails.withTriggerFindingId(String triggerFindingId)
GuardDuty finding ID that triggered a malware scan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setEbsVolumeScanDetails(EbsVolumeScanDetails ebsVolumeScanDetails)
Returns details from the malware scan that created a finding.
|
Service |
Service.withEbsVolumeScanDetails(EbsVolumeScanDetails ebsVolumeScanDetails)
Returns details from the malware scan that created a finding.
|
Copyright © 2024. All rights reserved.