| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model | |
| software.amazon.awssdk.services.accessanalyzer.paginators |
| Modifier and Type | Method and Description |
|---|---|
ArchiveRuleSummary |
GetArchiveRuleResponse.archiveRule()
Returns the value of the ArchiveRule property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ArchiveRuleSummary> |
ListArchiveRulesResponse.archiveRules()
A list of archive rules created for the specified analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
GetArchiveRuleResponse.Builder |
GetArchiveRuleResponse.Builder.archiveRule(ArchiveRuleSummary archiveRule)
Sets the value of the ArchiveRule property for this object.
|
ListArchiveRulesResponse.Builder |
ListArchiveRulesResponse.Builder.archiveRules(ArchiveRuleSummary... archiveRules)
A list of archive rules created for the specified analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
ListArchiveRulesResponse.Builder |
ListArchiveRulesResponse.Builder.archiveRules(Collection<ArchiveRuleSummary> archiveRules)
A list of archive rules created for the specified analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ArchiveRuleSummary> |
ListArchiveRulesPublisher.archiveRules()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ArchiveRuleSummary> |
ListArchiveRulesIterable.archiveRules()
Returns an iterable to iterate through the paginated
ListArchiveRulesResponse.archiveRules() member. |
Copyright © 2021. All rights reserved.