| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
InlineArchiveRule |
InlineArchiveRule.addFilterEntry(String key,
Criterion value) |
InlineArchiveRule |
InlineArchiveRule.clearFilterEntries()
Removes all the entries added into Filter.
|
InlineArchiveRule |
InlineArchiveRule.clone() |
InlineArchiveRule |
InlineArchiveRule.withFilter(Map<String,Criterion> filter)
The condition and values for a criterion.
|
InlineArchiveRule |
InlineArchiveRule.withRuleName(String ruleName)
The name of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<InlineArchiveRule> |
CreateAnalyzerRequest.getArchiveRules()
Specifies the archive rules to add for the analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAnalyzerRequest |
CreateAnalyzerRequest.withArchiveRules(InlineArchiveRule... archiveRules)
Specifies the archive rules to add for the analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAnalyzerRequest.setArchiveRules(Collection<InlineArchiveRule> archiveRules)
Specifies the archive rules to add for the analyzer.
|
CreateAnalyzerRequest |
CreateAnalyzerRequest.withArchiveRules(Collection<InlineArchiveRule> archiveRules)
Specifies the archive rules to add for the analyzer.
|
Copyright © 2020. All rights reserved.