Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.GetArchiveRuleResponse
-
Packages that use GetArchiveRuleResponse 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 GetArchiveRuleResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return GetArchiveRuleResponse Modifier and Type Method Description default GetArchiveRuleResponseAccessAnalyzerClient. getArchiveRule(Consumer<GetArchiveRuleRequest.Builder> getArchiveRuleRequest)Retrieves information about an archive rule.default GetArchiveRuleResponseAccessAnalyzerClient. getArchiveRule(GetArchiveRuleRequest getArchiveRuleRequest)Retrieves information about an archive rule.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type GetArchiveRuleResponse Modifier and Type Method Description default CompletableFuture<GetArchiveRuleResponse>AccessAnalyzerAsyncClient. getArchiveRule(Consumer<GetArchiveRuleRequest.Builder> getArchiveRuleRequest)Retrieves information about an archive rule.default CompletableFuture<GetArchiveRuleResponse>AccessAnalyzerAsyncClient. getArchiveRule(GetArchiveRuleRequest getArchiveRuleRequest)Retrieves information about an archive rule.
-