Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.UpdateAnalyzerResponse
-
Packages that use UpdateAnalyzerResponse 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 UpdateAnalyzerResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return UpdateAnalyzerResponse Modifier and Type Method Description default UpdateAnalyzerResponseAccessAnalyzerClient. updateAnalyzer(Consumer<UpdateAnalyzerRequest.Builder> updateAnalyzerRequest)Modifies the configuration of an existing analyzer.default UpdateAnalyzerResponseAccessAnalyzerClient. updateAnalyzer(UpdateAnalyzerRequest updateAnalyzerRequest)Modifies the configuration of an existing analyzer.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type UpdateAnalyzerResponse Modifier and Type Method Description default CompletableFuture<UpdateAnalyzerResponse>AccessAnalyzerAsyncClient. updateAnalyzer(Consumer<UpdateAnalyzerRequest.Builder> updateAnalyzerRequest)Modifies the configuration of an existing analyzer.default CompletableFuture<UpdateAnalyzerResponse>AccessAnalyzerAsyncClient. updateAnalyzer(UpdateAnalyzerRequest updateAnalyzerRequest)Modifies the configuration of an existing analyzer.
-