| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.clone() |
Condition |
Condition.withEq(Collection<String> eq)
Deprecated.
|
Condition |
Condition.withEq(String... eq)
Deprecated.
|
Condition |
Condition.withEquals(Collection<String> equals)
Represents an equal condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withEquals(String... equals)
Represents an equal condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withGreaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withGreaterThanOrEqual(Long greaterThanOrEqual)
Represents a greater than or equal condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withGt(Integer gt)
Deprecated.
|
Condition |
Condition.withGte(Integer gte)
Deprecated.
|
Condition |
Condition.withLessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withLessThanOrEqual(Long lessThanOrEqual)
Represents a less than or equal condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withLt(Integer lt)
Deprecated.
|
Condition |
Condition.withLte(Integer lte)
Deprecated.
|
Condition |
Condition.withNeq(Collection<String> neq)
Deprecated.
|
Condition |
Condition.withNeq(String... neq)
Deprecated.
|
Condition |
Condition.withNotEquals(Collection<String> notEquals)
Represents a not equal condition to be applied to a single field when querying for findings.
|
Condition |
Condition.withNotEquals(String... notEquals)
Represents a 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)
Add a single Criterion entry
|
| 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 © 2024. All rights reserved.