| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
Criterion |
Criterion.clone() |
Criterion |
Criterion.withContains(Collection<String> contains)
A "contains" operator to match for the filter used to create the rule.
|
Criterion |
Criterion.withContains(String... contains)
A "contains" operator to match for the filter used to create the rule.
|
Criterion |
Criterion.withEq(Collection<String> eq)
An "equals" operator to match for the filter used to create the rule.
|
Criterion |
Criterion.withEq(String... eq)
An "equals" operator to match for the filter used to create the rule.
|
Criterion |
Criterion.withExists(Boolean exists)
An "exists" operator to match for the filter used to create the rule.
|
Criterion |
Criterion.withNeq(Collection<String> neq)
A "not equals" operator to match for the filter used to create the rule.
|
Criterion |
Criterion.withNeq(String... neq)
A "not equals" operator to match for the filter used to create the rule.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Criterion> |
ListFindingsRequest.getFilter()
A filter to match for the findings to return.
|
Map<String,Criterion> |
ListAccessPreviewFindingsRequest.getFilter()
Criteria to filter the returned findings.
|
Map<String,Criterion> |
CreateArchiveRuleRequest.getFilter()
The criteria for the rule.
|
Map<String,Criterion> |
UpdateArchiveRuleRequest.getFilter()
A filter to match for the rules to update.
|
Map<String,Criterion> |
InlineArchiveRule.getFilter()
The condition and values for a criterion.
|
Map<String,Criterion> |
ArchiveRuleSummary.getFilter()
A filter used to define the archive rule.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsRequest |
ListFindingsRequest.addFilterEntry(String key,
Criterion value)
Add a single Filter entry
|
ListAccessPreviewFindingsRequest |
ListAccessPreviewFindingsRequest.addFilterEntry(String key,
Criterion value)
Add a single Filter entry
|
CreateArchiveRuleRequest |
CreateArchiveRuleRequest.addFilterEntry(String key,
Criterion value)
Add a single Filter entry
|
UpdateArchiveRuleRequest |
UpdateArchiveRuleRequest.addFilterEntry(String key,
Criterion value)
Add a single Filter entry
|
InlineArchiveRule |
InlineArchiveRule.addFilterEntry(String key,
Criterion value)
Add a single Filter entry
|
ArchiveRuleSummary |
ArchiveRuleSummary.addFilterEntry(String key,
Criterion value)
Add a single Filter entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsRequest.setFilter(Map<String,Criterion> filter)
A filter to match for the findings to return.
|
void |
ListAccessPreviewFindingsRequest.setFilter(Map<String,Criterion> filter)
Criteria to filter the returned findings.
|
void |
CreateArchiveRuleRequest.setFilter(Map<String,Criterion> filter)
The criteria for the rule.
|
void |
UpdateArchiveRuleRequest.setFilter(Map<String,Criterion> filter)
A filter to match for the rules to update.
|
void |
InlineArchiveRule.setFilter(Map<String,Criterion> filter)
The condition and values for a criterion.
|
void |
ArchiveRuleSummary.setFilter(Map<String,Criterion> filter)
A filter used to define the archive rule.
|
ListFindingsRequest |
ListFindingsRequest.withFilter(Map<String,Criterion> filter)
A filter to match for the findings to return.
|
ListAccessPreviewFindingsRequest |
ListAccessPreviewFindingsRequest.withFilter(Map<String,Criterion> filter)
Criteria to filter the returned findings.
|
CreateArchiveRuleRequest |
CreateArchiveRuleRequest.withFilter(Map<String,Criterion> filter)
The criteria for the rule.
|
UpdateArchiveRuleRequest |
UpdateArchiveRuleRequest.withFilter(Map<String,Criterion> filter)
A filter to match for the rules to update.
|
InlineArchiveRule |
InlineArchiveRule.withFilter(Map<String,Criterion> filter)
The condition and values for a criterion.
|
ArchiveRuleSummary |
ArchiveRuleSummary.withFilter(Map<String,Criterion> filter)
A filter used to define the archive rule.
|
Copyright © 2023. All rights reserved.