Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ListAnalyzedResourcesResponse
-
Packages that use ListAnalyzedResourcesResponse 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 ListAnalyzedResourcesResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return ListAnalyzedResourcesResponse Modifier and Type Method Description default ListAnalyzedResourcesResponseAccessAnalyzerClient. listAnalyzedResources(Consumer<ListAnalyzedResourcesRequest.Builder> listAnalyzedResourcesRequest)Retrieves a list of resources of the specified type that have been analyzed by the specified external access analyzer.default ListAnalyzedResourcesResponseAccessAnalyzerClient. listAnalyzedResources(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)Retrieves a list of resources of the specified type that have been analyzed by the specified external access analyzer.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type ListAnalyzedResourcesResponse Modifier and Type Method Description default CompletableFuture<ListAnalyzedResourcesResponse>AccessAnalyzerAsyncClient. listAnalyzedResources(Consumer<ListAnalyzedResourcesRequest.Builder> listAnalyzedResourcesRequest)Retrieves a list of resources of the specified type that have been analyzed by the specified external access analyzer.default CompletableFuture<ListAnalyzedResourcesResponse>AccessAnalyzerAsyncClient. listAnalyzedResources(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)Retrieves a list of resources of the specified type that have been analyzed by the specified external access analyzer. -
Uses of ListAnalyzedResourcesResponse in software.amazon.awssdk.services.accessanalyzer.paginators
Methods in software.amazon.awssdk.services.accessanalyzer.paginators that return types with arguments of type ListAnalyzedResourcesResponse Modifier and Type Method Description Iterator<ListAnalyzedResourcesResponse>ListAnalyzedResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.accessanalyzer.paginators with type arguments of type ListAnalyzedResourcesResponse Modifier and Type Method Description voidListAnalyzedResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAnalyzedResourcesResponse> subscriber)
-