Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.GetAnalyzedResourceResponse
-
Packages that use GetAnalyzedResourceResponse 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 GetAnalyzedResourceResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return GetAnalyzedResourceResponse Modifier and Type Method Description default GetAnalyzedResourceResponseAccessAnalyzerClient. getAnalyzedResource(Consumer<GetAnalyzedResourceRequest.Builder> getAnalyzedResourceRequest)Retrieves information about a resource that was analyzed.default GetAnalyzedResourceResponseAccessAnalyzerClient. getAnalyzedResource(GetAnalyzedResourceRequest getAnalyzedResourceRequest)Retrieves information about a resource that was analyzed.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type GetAnalyzedResourceResponse Modifier and Type Method Description default CompletableFuture<GetAnalyzedResourceResponse>AccessAnalyzerAsyncClient. getAnalyzedResource(Consumer<GetAnalyzedResourceRequest.Builder> getAnalyzedResourceRequest)Retrieves information about a resource that was analyzed.default CompletableFuture<GetAnalyzedResourceResponse>AccessAnalyzerAsyncClient. getAnalyzedResource(GetAnalyzedResourceRequest getAnalyzedResourceRequest)Retrieves information about a resource that was analyzed.
-