Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.GetFindingResponse
-
Packages that use GetFindingResponse 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 GetFindingResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return GetFindingResponse Modifier and Type Method Description default GetFindingResponseAccessAnalyzerClient. getFinding(Consumer<GetFindingRequest.Builder> getFindingRequest)Retrieves information about the specified finding.default GetFindingResponseAccessAnalyzerClient. getFinding(GetFindingRequest getFindingRequest)Retrieves information about the specified finding.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type GetFindingResponse Modifier and Type Method Description default CompletableFuture<GetFindingResponse>AccessAnalyzerAsyncClient. getFinding(Consumer<GetFindingRequest.Builder> getFindingRequest)Retrieves information about the specified finding.default CompletableFuture<GetFindingResponse>AccessAnalyzerAsyncClient. getFinding(GetFindingRequest getFindingRequest)Retrieves information about the specified finding.
-