| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer |
Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing a
suite of capabilities.
|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartResourceScanResult> |
AbstractAWSAccessAnalyzerAsync.startResourceScanAsync(StartResourceScanRequest request,
AsyncHandler<StartResourceScanRequest,StartResourceScanResult> asyncHandler) |
Future<StartResourceScanResult> |
AWSAccessAnalyzerAsyncClient.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.
|
| 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 © 2024. All rights reserved.