| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
ScanResourceCriteria |
ScanResourceCriteria.addExcludeEntry(String key,
ScanCondition value)
Add a single Exclude entry
|
ScanResourceCriteria |
ScanResourceCriteria.addIncludeEntry(String key,
ScanCondition value)
Add a single Include entry
|
ScanResourceCriteria |
ScanResourceCriteria.clearExcludeEntries()
Removes all the entries added into Exclude.
|
ScanResourceCriteria |
ScanResourceCriteria.clearIncludeEntries()
Removes all the entries added into Include.
|
ScanResourceCriteria |
ScanResourceCriteria.clone() |
ScanResourceCriteria |
GetMalwareScanSettingsResult.getScanResourceCriteria()
Represents the criteria to be used in the filter for scanning resources.
|
ScanResourceCriteria |
UpdateMalwareScanSettingsRequest.getScanResourceCriteria()
Represents the criteria to be used in the filter for selecting resources to scan.
|
ScanResourceCriteria |
ScanResourceCriteria.withExclude(Map<String,ScanCondition> exclude)
Represents condition that when matched will prevent a malware scan for a certain resource.
|
ScanResourceCriteria |
ScanResourceCriteria.withInclude(Map<String,ScanCondition> include)
Represents condition that when matched will allow a malware scan for a certain resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMalwareScanSettingsResult.setScanResourceCriteria(ScanResourceCriteria scanResourceCriteria)
Represents the criteria to be used in the filter for scanning resources.
|
void |
UpdateMalwareScanSettingsRequest.setScanResourceCriteria(ScanResourceCriteria scanResourceCriteria)
Represents the criteria to be used in the filter for selecting resources to scan.
|
GetMalwareScanSettingsResult |
GetMalwareScanSettingsResult.withScanResourceCriteria(ScanResourceCriteria scanResourceCriteria)
Represents the criteria to be used in the filter for scanning resources.
|
UpdateMalwareScanSettingsRequest |
UpdateMalwareScanSettingsRequest.withScanResourceCriteria(ScanResourceCriteria scanResourceCriteria)
Represents the criteria to be used in the filter for selecting resources to scan.
|
Copyright © 2023. All rights reserved.