Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.GetAnalyzerResponse
-
Packages that use GetAnalyzerResponse 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 GetAnalyzerResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return GetAnalyzerResponse Modifier and Type Method Description default GetAnalyzerResponseAccessAnalyzerClient. getAnalyzer(Consumer<GetAnalyzerRequest.Builder> getAnalyzerRequest)Retrieves information about the specified analyzer.default GetAnalyzerResponseAccessAnalyzerClient. getAnalyzer(GetAnalyzerRequest getAnalyzerRequest)Retrieves information about the specified analyzer.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type GetAnalyzerResponse Modifier and Type Method Description default CompletableFuture<GetAnalyzerResponse>AccessAnalyzerAsyncClient. getAnalyzer(Consumer<GetAnalyzerRequest.Builder> getAnalyzerRequest)Retrieves information about the specified analyzer.default CompletableFuture<GetAnalyzerResponse>AccessAnalyzerAsyncClient. getAnalyzer(GetAnalyzerRequest getAnalyzerRequest)Retrieves information about the specified analyzer.
-