Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ListAnalyzedResourcesRequest
-
Packages that use ListAnalyzedResourcesRequest 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.software.amazon.awssdk.services.accessanalyzer.paginators software.amazon.awssdk.services.accessanalyzer.transform -
-
Uses of ListAnalyzedResourcesRequest in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer with parameters of type ListAnalyzedResourcesRequest Modifier and Type Method Description default CompletableFuture<ListAnalyzedResourcesResponse>AccessAnalyzerAsyncClient. listAnalyzedResources(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..default ListAnalyzedResourcesResponseAccessAnalyzerClient. listAnalyzedResources(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..default ListAnalyzedResourcesPublisherAccessAnalyzerAsyncClient. listAnalyzedResourcesPaginator(ListAnalyzedResourcesRequest 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.. -
Uses of ListAnalyzedResourcesRequest in software.amazon.awssdk.services.accessanalyzer.paginators
Constructors in software.amazon.awssdk.services.accessanalyzer.paginators with parameters of type ListAnalyzedResourcesRequest Constructor Description ListAnalyzedResourcesIterable(AccessAnalyzerClient client, ListAnalyzedResourcesRequest firstRequest)ListAnalyzedResourcesPublisher(AccessAnalyzerAsyncClient client, ListAnalyzedResourcesRequest firstRequest) -
Uses of ListAnalyzedResourcesRequest in software.amazon.awssdk.services.accessanalyzer.transform
Methods in software.amazon.awssdk.services.accessanalyzer.transform with parameters of type ListAnalyzedResourcesRequest Modifier and Type Method Description SdkHttpFullRequestListAnalyzedResourcesRequestMarshaller. marshall(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)
-