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 you to set, verify, and refine your IAM policies by providing a suite of capabilities. -
-
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..
-