| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
ScanConditionPair |
ScanConditionPair.clone() |
ScanConditionPair |
ScanConditionPair.withKey(String key)
Represents the key in the map condition.
|
ScanConditionPair |
ScanConditionPair.withValue(String value)
Represents optional value in the map condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScanConditionPair> |
ScanCondition.getMapEquals()
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
void |
ScanCondition.setMapEquals(Collection<ScanConditionPair> mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
|
ScanCondition |
ScanCondition.withMapEquals(Collection<ScanConditionPair> mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
|
Copyright © 2025. All rights reserved.