| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.builder() |
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanCompletedAt(Instant scanCompletedAt)
Returns the completion date and time of the malware scan.
|
default EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanDetections(Consumer<ScanDetections.Builder> scanDetections)
Contains a complete view providing malware scan result details.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanDetections(ScanDetections scanDetections)
Contains a complete view providing malware scan result details.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanId(String scanId)
Unique Id of the malware scan that generated the finding.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanStartedAt(Instant scanStartedAt)
Returns the start date and time of the malware scan.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.sources(Collection<String> sources)
Contains list of threat intelligence sources used to detect threats.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.sources(String... sources)
Contains list of threat intelligence sources used to detect threats.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.toBuilder() |
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.triggerFindingId(String triggerFindingId)
GuardDuty finding ID that triggered a malware scan.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EbsVolumeScanDetails.Builder> |
EbsVolumeScanDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Service.Builder |
Service.Builder.ebsVolumeScanDetails(Consumer<EbsVolumeScanDetails.Builder> ebsVolumeScanDetails)
Returns details from the malware scan that created a finding.
|
Copyright © 2022. All rights reserved.