Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.StartResourceScanResponse
-
Packages that use StartResourceScanResponse 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 StartResourceScanResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return StartResourceScanResponse Modifier and Type Method Description default StartResourceScanResponseAccessAnalyzerClient. startResourceScan(Consumer<StartResourceScanRequest.Builder> startResourceScanRequest)Immediately starts a scan of the policies applied to the specified resource.default StartResourceScanResponseAccessAnalyzerClient. startResourceScan(StartResourceScanRequest startResourceScanRequest)Immediately starts a scan of the policies applied to the specified resource.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type StartResourceScanResponse Modifier and Type Method 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.
-