Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.InlineArchiveRule
-
Packages that use InlineArchiveRule Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of InlineArchiveRule in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type InlineArchiveRule Modifier and Type Method Description List<InlineArchiveRule>CreateAnalyzerRequest. archiveRules()Specifies the archive rules to add for the analyzer.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type InlineArchiveRule Modifier and Type Method Description CreateAnalyzerRequest.BuilderCreateAnalyzerRequest.Builder. archiveRules(InlineArchiveRule... archiveRules)Specifies the archive rules to add for the analyzer.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type InlineArchiveRule Modifier and Type Method Description CreateAnalyzerRequest.BuilderCreateAnalyzerRequest.Builder. archiveRules(Collection<InlineArchiveRule> archiveRules)Specifies the archive rules to add for the analyzer.
-