| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static ScanResourceCriteria.Builder |
ScanResourceCriteria.builder() |
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.
|
ScanResourceCriteria.Builder |
ScanResourceCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScanResourceCriteria.Builder> |
ScanResourceCriteria.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetMalwareScanSettingsResponse.Builder |
GetMalwareScanSettingsResponse.Builder.scanResourceCriteria(Consumer<ScanResourceCriteria.Builder> scanResourceCriteria)
Represents the criteria to be used in the filter for scanning resources.
|
default UpdateMalwareScanSettingsRequest.Builder |
UpdateMalwareScanSettingsRequest.Builder.scanResourceCriteria(Consumer<ScanResourceCriteria.Builder> scanResourceCriteria)
Represents the criteria to be used in the filter for selecting resources to scan.
|
Copyright © 2022. All rights reserved.