| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Map<ScanCriterionKey,ScanCondition> |
ScanResourceCriteria.exclude()
Represents condition that when matched will prevent a malware scan for a certain resource.
|
Map<String,ScanCondition> |
ScanResourceCriteria.excludeAsStrings()
Represents condition that when matched will prevent a malware scan for a certain resource.
|
Map<ScanCriterionKey,ScanCondition> |
ScanResourceCriteria.include()
Represents condition that when matched will allow a malware scan for a certain resource.
|
Map<String,ScanCondition> |
ScanResourceCriteria.includeAsStrings()
Represents condition that when matched will allow a malware scan for a certain resource.
|
| Modifier and Type | Method and Description |
|---|---|
ScanResourceCriteria.Builder |
ScanResourceCriteria.Builder.exclude(Map<ScanCriterionKey,ScanCondition> exclude)
Represents condition that when matched will prevent a malware scan for a certain resource.
|
ScanResourceCriteria.Builder |
ScanResourceCriteria.Builder.excludeWithStrings(Map<String,ScanCondition> exclude)
Represents condition that when matched will prevent a malware scan for a certain resource.
|
ScanResourceCriteria.Builder |
ScanResourceCriteria.Builder.include(Map<ScanCriterionKey,ScanCondition> include)
Represents condition that when matched will allow a malware scan for a certain resource.
|
ScanResourceCriteria.Builder |
ScanResourceCriteria.Builder.includeWithStrings(Map<String,ScanCondition> include)
Represents condition that when matched will allow a malware scan for a certain resource.
|
Copyright © 2023. All rights reserved.