Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ApplyArchiveRuleResponse
-
Packages that use ApplyArchiveRuleResponse Package Description software.amazon.awssdk.services.accessanalyzer Identity and Access Management Access Analyzer helps identify potential resource-access risks by enabling you to identify any policies that grant access to an external principal. -
-
Uses of ApplyArchiveRuleResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return ApplyArchiveRuleResponse Modifier and Type Method Description default ApplyArchiveRuleResponseAccessAnalyzerClient. applyArchiveRule(Consumer<ApplyArchiveRuleRequest.Builder> applyArchiveRuleRequest)Retroactively applies the archive rule to existing findings that meet the archive rule criteria.default ApplyArchiveRuleResponseAccessAnalyzerClient. applyArchiveRule(ApplyArchiveRuleRequest applyArchiveRuleRequest)Retroactively applies the archive rule to existing findings that meet the archive rule criteria.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type ApplyArchiveRuleResponse Modifier and Type Method Description default CompletableFuture<ApplyArchiveRuleResponse>AccessAnalyzerAsyncClient. applyArchiveRule(Consumer<ApplyArchiveRuleRequest.Builder> applyArchiveRuleRequest)Retroactively applies the archive rule to existing findings that meet the archive rule criteria.default CompletableFuture<ApplyArchiveRuleResponse>AccessAnalyzerAsyncClient. applyArchiveRule(ApplyArchiveRuleRequest applyArchiveRuleRequest)Retroactively applies the archive rule to existing findings that meet the archive rule criteria.
-