| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.clone() |
Condition |
Condition.withEq(Collection<String> eq)
Represents the equal condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withEq(String... eq)
Represents the equal condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withGt(Integer gt)
Represents the greater than condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withGte(Integer gte)
Represents the greater than equal condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withLt(Integer lt)
Represents the less than condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withLte(Integer lte)
Represents the less than equal condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withNeq(Collection<String> neq)
Represents the not equal condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withNeq(String... neq)
Represents the not equal condition to be applied to a single field when querying for findings.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Condition> |
FindingCriteria.getCriterion()
Represents a map of finding properties that match specified conditions and values when querying findings.
|
| Modifier and Type | Method and Description |
|---|---|
FindingCriteria |
FindingCriteria.addCriterionEntry(String key,
Condition value) |
| Modifier and Type | Method and Description |
|---|---|
void |
FindingCriteria.setCriterion(Map<String,Condition> criterion)
Represents a map of finding properties that match specified conditions and values when querying findings.
|
FindingCriteria |
FindingCriteria.withCriterion(Map<String,Condition> criterion)
Represents a map of finding properties that match specified conditions and values when querying findings.
|
Copyright © 2018. All rights reserved.