| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartResourceScanResult> |
AbstractAWSAccessAnalyzerAsync.startResourceScanAsync(StartResourceScanRequest request,
AsyncHandler<StartResourceScanRequest,StartResourceScanResult> asyncHandler) |
Future<StartResourceScanResult> |
AWSAccessAnalyzerAsync.startResourceScanAsync(StartResourceScanRequest startResourceScanRequest,
AsyncHandler<StartResourceScanRequest,StartResourceScanResult> asyncHandler)
Immediately starts a scan of the policies applied to the specified resource.
|
Future<StartResourceScanResult> |
AWSAccessAnalyzerAsyncClient.startResourceScanAsync(StartResourceScanRequest request,
AsyncHandler<StartResourceScanRequest,StartResourceScanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartResourceScanRequest |
StartResourceScanRequest.clone() |
StartResourceScanRequest |
StartResourceScanRequest.withAnalyzerArn(String analyzerArn)
The ARN
of the analyzer to use to scan the policies applied to the specified resource.
|
StartResourceScanRequest |
StartResourceScanRequest.withResourceArn(String resourceArn)
The ARN of the resource to scan.
|
StartResourceScanRequest |
StartResourceScanRequest.withResourceOwnerAccount(String resourceOwnerAccount)
The Amazon Web Services account ID that owns the resource.
|
Copyright © 2023. All rights reserved.