Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.UpdateArchiveRuleResponse
-
Packages that use UpdateArchiveRuleResponse Package Description software.amazon.awssdk.services.accessanalyzer Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing a suite of capabilities. -
-
Uses of UpdateArchiveRuleResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return UpdateArchiveRuleResponse Modifier and Type Method Description default UpdateArchiveRuleResponseAccessAnalyzerClient. updateArchiveRule(Consumer<UpdateArchiveRuleRequest.Builder> updateArchiveRuleRequest)Updates the criteria and values for the specified archive rule.default UpdateArchiveRuleResponseAccessAnalyzerClient. updateArchiveRule(UpdateArchiveRuleRequest updateArchiveRuleRequest)Updates the criteria and values for the specified archive rule.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type UpdateArchiveRuleResponse Modifier and Type Method Description default CompletableFuture<UpdateArchiveRuleResponse>AccessAnalyzerAsyncClient. updateArchiveRule(Consumer<UpdateArchiveRuleRequest.Builder> updateArchiveRuleRequest)Updates the criteria and values for the specified archive rule.default CompletableFuture<UpdateArchiveRuleResponse>AccessAnalyzerAsyncClient. updateArchiveRule(UpdateArchiveRuleRequest updateArchiveRuleRequest)Updates the criteria and values for the specified archive rule.
-