| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer |
AWS IAM 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<UpdateFindingsResult> |
AWSAccessAnalyzerAsync.updateFindingsAsync(UpdateFindingsRequest updateFindingsRequest,
AsyncHandler<UpdateFindingsRequest,UpdateFindingsResult> asyncHandler)
Updates the status for the specified findings.
|
Future<UpdateFindingsResult> |
AbstractAWSAccessAnalyzerAsync.updateFindingsAsync(UpdateFindingsRequest request,
AsyncHandler<UpdateFindingsRequest,UpdateFindingsResult> asyncHandler) |
Future<UpdateFindingsResult> |
AWSAccessAnalyzerAsyncClient.updateFindingsAsync(UpdateFindingsRequest request,
AsyncHandler<UpdateFindingsRequest,UpdateFindingsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFindingsRequest |
UpdateFindingsRequest.clone() |
UpdateFindingsRequest |
UpdateFindingsRequest.withAnalyzerArn(String analyzerArn)
The ARN
of the analyzer that generated the findings to update.
|
UpdateFindingsRequest |
UpdateFindingsRequest.withClientToken(String clientToken)
A client token.
|
UpdateFindingsRequest |
UpdateFindingsRequest.withIds(Collection<String> ids)
The IDs of the findings to update.
|
UpdateFindingsRequest |
UpdateFindingsRequest.withIds(String... ids)
The IDs of the findings to update.
|
UpdateFindingsRequest |
UpdateFindingsRequest.withResourceArn(String resourceArn)
The ARN of the resource identified in the finding.
|
UpdateFindingsRequest |
UpdateFindingsRequest.withStatus(FindingStatusUpdate status)
The state represents the action to take to update the finding Status.
|
UpdateFindingsRequest |
UpdateFindingsRequest.withStatus(String status)
The state represents the action to take to update the finding Status.
|
Copyright © 2021. All rights reserved.