Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.GetFindingRecommendationResponse
-
Packages that use GetFindingRecommendationResponse 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.software.amazon.awssdk.services.accessanalyzer.paginators -
-
Uses of GetFindingRecommendationResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return GetFindingRecommendationResponse Modifier and Type Method Description default GetFindingRecommendationResponseAccessAnalyzerClient. getFindingRecommendation(Consumer<GetFindingRecommendationRequest.Builder> getFindingRecommendationRequest)Retrieves information about a finding recommendation for the specified analyzer.default GetFindingRecommendationResponseAccessAnalyzerClient. getFindingRecommendation(GetFindingRecommendationRequest getFindingRecommendationRequest)Retrieves information about a finding recommendation for the specified analyzer.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type GetFindingRecommendationResponse Modifier and Type Method Description default CompletableFuture<GetFindingRecommendationResponse>AccessAnalyzerAsyncClient. getFindingRecommendation(Consumer<GetFindingRecommendationRequest.Builder> getFindingRecommendationRequest)Retrieves information about a finding recommendation for the specified analyzer.default CompletableFuture<GetFindingRecommendationResponse>AccessAnalyzerAsyncClient. getFindingRecommendation(GetFindingRecommendationRequest getFindingRecommendationRequest)Retrieves information about a finding recommendation for the specified analyzer. -
Uses of GetFindingRecommendationResponse in software.amazon.awssdk.services.accessanalyzer.paginators
Methods in software.amazon.awssdk.services.accessanalyzer.paginators that return types with arguments of type GetFindingRecommendationResponse Modifier and Type Method Description Iterator<GetFindingRecommendationResponse>GetFindingRecommendationIterable. iterator()Method parameters in software.amazon.awssdk.services.accessanalyzer.paginators with type arguments of type GetFindingRecommendationResponse Modifier and Type Method Description voidGetFindingRecommendationPublisher. subscribe(org.reactivestreams.Subscriber<? super GetFindingRecommendationResponse> subscriber)
-