| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static ScanCriterionKey |
ScanCriterionKey.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ScanCriterionKey |
ScanCriterionKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanCriterionKey[] |
ScanCriterionKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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<ScanCriterionKey,ScanCondition> |
ScanResourceCriteria.include()
Represents condition that when matched will allow a malware scan for a certain resource.
|
static Set<ScanCriterionKey> |
ScanCriterionKey.knownValues()
|
| 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.include(Map<ScanCriterionKey,ScanCondition> include)
Represents condition that when matched will allow a malware scan for a certain resource.
|
Copyright © 2022. All rights reserved.