| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
ScanCondition |
ScanCondition.clone() |
ScanCondition |
ScanCondition.withMapEquals(Collection<ScanConditionPair> mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
|
ScanCondition |
ScanCondition.withMapEquals(ScanConditionPair... mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ScanCondition> |
ScanResourceCriteria.getExclude()
Represents condition that when matched will prevent a malware scan for a certain resource.
|
Map<String,ScanCondition> |
ScanResourceCriteria.getInclude()
Represents condition that when matched will allow a malware scan for a certain resource.
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScanResourceCriteria.setExclude(Map<String,ScanCondition> exclude)
Represents condition that when matched will prevent a malware scan for a certain resource.
|
void |
ScanResourceCriteria.setInclude(Map<String,ScanCondition> include)
Represents condition that when matched will allow a malware scan for a certain resource.
|
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.
|
Copyright © 2023. All rights reserved.