| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
CriterionAdditionalProperties |
CriterionAdditionalProperties.clone() |
CriterionAdditionalProperties |
CriterionAdditionalProperties.withEq(Collection<String> eq)
The value for the property matches (equals) the specified value.
|
CriterionAdditionalProperties |
CriterionAdditionalProperties.withEq(String... eq)
The value for the property matches (equals) the specified value.
|
CriterionAdditionalProperties |
CriterionAdditionalProperties.withEqExactMatch(Collection<String> eqExactMatch)
The value for the property exclusively matches (equals an exact match for) all the specified values.
|
CriterionAdditionalProperties |
CriterionAdditionalProperties.withEqExactMatch(String... eqExactMatch)
The value for the property exclusively matches (equals an exact match for) all the specified values.
|
CriterionAdditionalProperties |
CriterionAdditionalProperties.withGt(Long gt)
The value for the property is greater than the specified value.
|
CriterionAdditionalProperties |
CriterionAdditionalProperties.withGte(Long gte)
The value for the property is greater than or equal to the specified value.
|
CriterionAdditionalProperties |
CriterionAdditionalProperties.withLt(Long lt)
The value for the property is less than the specified value.
|
CriterionAdditionalProperties |
CriterionAdditionalProperties.withLte(Long lte)
The value for the property is less than or equal to the specified value.
|
CriterionAdditionalProperties |
CriterionAdditionalProperties.withNeq(Collection<String> neq)
The value for the property doesn't match (doesn't equal) the specified value.
|
CriterionAdditionalProperties |
CriterionAdditionalProperties.withNeq(String... neq)
The value for the property doesn't match (doesn't equal) the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CriterionAdditionalProperties> |
FindingCriteria.getCriterion()
A condition that specifies the property, operator, and one or more values to use to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
FindingCriteria |
FindingCriteria.addCriterionEntry(String key,
CriterionAdditionalProperties value)
Add a single Criterion entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
FindingCriteria.setCriterion(Map<String,CriterionAdditionalProperties> criterion)
A condition that specifies the property, operator, and one or more values to use to filter the results.
|
FindingCriteria |
FindingCriteria.withCriterion(Map<String,CriterionAdditionalProperties> criterion)
A condition that specifies the property, operator, and one or more values to use to filter the results.
|
Copyright © 2024. All rights reserved.