Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.UpdateFindingsResponse
-
Packages that use UpdateFindingsResponse 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 UpdateFindingsResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return UpdateFindingsResponse Modifier and Type Method Description default UpdateFindingsResponseAccessAnalyzerClient. updateFindings(Consumer<UpdateFindingsRequest.Builder> updateFindingsRequest)Updates the status for the specified findings.default UpdateFindingsResponseAccessAnalyzerClient. updateFindings(UpdateFindingsRequest updateFindingsRequest)Updates the status for the specified findings.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type UpdateFindingsResponse Modifier and Type Method Description default CompletableFuture<UpdateFindingsResponse>AccessAnalyzerAsyncClient. updateFindings(Consumer<UpdateFindingsRequest.Builder> updateFindingsRequest)Updates the status for the specified findings.default CompletableFuture<UpdateFindingsResponse>AccessAnalyzerAsyncClient. updateFindings(UpdateFindingsRequest updateFindingsRequest)Updates the status for the specified findings.
-