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 identify potential resource-access risks by enabling you to identify any policies that grant access to an external principal. -
-
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.
-