Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ArchiveRuleSummary
-
Packages that use ArchiveRuleSummary Package Description software.amazon.awssdk.services.accessanalyzer.model software.amazon.awssdk.services.accessanalyzer.paginators -
-
Uses of ArchiveRuleSummary in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return ArchiveRuleSummary Modifier and Type Method Description ArchiveRuleSummaryGetArchiveRuleResponse. archiveRule()Returns the value of the ArchiveRule property for this object.Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type ArchiveRuleSummary Modifier and Type Method Description List<ArchiveRuleSummary>ListArchiveRulesResponse. archiveRules()A list of archive rules created for the specified analyzer.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type ArchiveRuleSummary Modifier and Type Method Description GetArchiveRuleResponse.BuilderGetArchiveRuleResponse.Builder. archiveRule(ArchiveRuleSummary archiveRule)Sets the value of the ArchiveRule property for this object.ListArchiveRulesResponse.BuilderListArchiveRulesResponse.Builder. archiveRules(ArchiveRuleSummary... archiveRules)A list of archive rules created for the specified analyzer.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type ArchiveRuleSummary Modifier and Type Method Description ListArchiveRulesResponse.BuilderListArchiveRulesResponse.Builder. archiveRules(Collection<ArchiveRuleSummary> archiveRules)A list of archive rules created for the specified analyzer. -
Uses of ArchiveRuleSummary in software.amazon.awssdk.services.accessanalyzer.paginators
Methods in software.amazon.awssdk.services.accessanalyzer.paginators that return types with arguments of type ArchiveRuleSummary Modifier and Type Method Description SdkIterable<ArchiveRuleSummary>ListArchiveRulesIterable. archiveRules()Returns an iterable to iterate through the paginatedListArchiveRulesResponse.archiveRules()member.SdkPublisher<ArchiveRuleSummary>ListArchiveRulesPublisher. archiveRules()Returns a publisher that can be used to get a stream of data.
-