Uses of Class
software.amazon.awssdk.services.accessanalyzer.paginators.ListAnalyzedResourcesIterable
-
Packages that use ListAnalyzedResourcesIterable 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 ListAnalyzedResourcesIterable in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return ListAnalyzedResourcesIterable Modifier and Type Method Description default ListAnalyzedResourcesIterableAccessAnalyzerClient. listAnalyzedResourcesPaginator(Consumer<ListAnalyzedResourcesRequest.Builder> listAnalyzedResourcesRequest)Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..default ListAnalyzedResourcesIterableAccessAnalyzerClient. listAnalyzedResourcesPaginator(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
-