| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default StartResourceScanResponse |
AccessAnalyzerClient.startResourceScan(Consumer<StartResourceScanRequest.Builder> startResourceScanRequest)
Immediately starts a scan of the policies applied to the specified resource.
|
default StartResourceScanResponse |
AccessAnalyzerClient.startResourceScan(StartResourceScanRequest startResourceScanRequest)
Immediately starts a scan of the policies applied to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartResourceScanResponse> |
AccessAnalyzerAsyncClient.startResourceScan(Consumer<StartResourceScanRequest.Builder> startResourceScanRequest)
Immediately starts a scan of the policies applied to the specified resource.
|
default CompletableFuture<StartResourceScanResponse> |
AccessAnalyzerAsyncClient.startResourceScan(StartResourceScanRequest startResourceScanRequest)
Immediately starts a scan of the policies applied to the specified resource.
|
Copyright © 2022. All rights reserved.