Uses of Interface
software.amazon.awssdk.services.accessanalyzer.AccessAnalyzerAsyncClient
-
Packages that use AccessAnalyzerAsyncClient 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 -
-
Uses of AccessAnalyzerAsyncClient in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return AccessAnalyzerAsyncClient Modifier and Type Method Description static AccessAnalyzerAsyncClientAccessAnalyzerAsyncClient. create()Create aAccessAnalyzerAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AccessAnalyzerAsyncClient in software.amazon.awssdk.services.accessanalyzer.paginators
Constructors in software.amazon.awssdk.services.accessanalyzer.paginators with parameters of type AccessAnalyzerAsyncClient Constructor Description ListAccessPreviewFindingsPublisher(AccessAnalyzerAsyncClient client, ListAccessPreviewFindingsRequest firstRequest)ListAccessPreviewsPublisher(AccessAnalyzerAsyncClient client, ListAccessPreviewsRequest firstRequest)ListAnalyzedResourcesPublisher(AccessAnalyzerAsyncClient client, ListAnalyzedResourcesRequest firstRequest)ListAnalyzersPublisher(AccessAnalyzerAsyncClient client, ListAnalyzersRequest firstRequest)ListArchiveRulesPublisher(AccessAnalyzerAsyncClient client, ListArchiveRulesRequest firstRequest)ListFindingsPublisher(AccessAnalyzerAsyncClient client, ListFindingsRequest firstRequest)ListPolicyGenerationsPublisher(AccessAnalyzerAsyncClient client, ListPolicyGenerationsRequest firstRequest)ValidatePolicyPublisher(AccessAnalyzerAsyncClient client, ValidatePolicyRequest firstRequest)
-