| 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.
|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateFindingsResponse> |
AccessAnalyzerAsyncClient.updateFindings(Consumer<UpdateFindingsRequest.Builder> updateFindingsRequest)
Updates the status for the specified findings.
|
default UpdateFindingsResponse |
AccessAnalyzerClient.updateFindings(Consumer<UpdateFindingsRequest.Builder> updateFindingsRequest)
Updates the status for the specified findings.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFindingsRequest.Builder |
UpdateFindingsRequest.Builder.analyzerArn(String analyzerArn)
The ARN of the analyzer that generated the findings to update.
|
static UpdateFindingsRequest.Builder |
UpdateFindingsRequest.builder() |
UpdateFindingsRequest.Builder |
UpdateFindingsRequest.Builder.clientToken(String clientToken)
A client token.
|
UpdateFindingsRequest.Builder |
UpdateFindingsRequest.Builder.ids(Collection<String> ids)
The IDs of the findings to update.
|
UpdateFindingsRequest.Builder |
UpdateFindingsRequest.Builder.ids(String... ids)
The IDs of the findings to update.
|
UpdateFindingsRequest.Builder |
UpdateFindingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFindingsRequest.Builder |
UpdateFindingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFindingsRequest.Builder |
UpdateFindingsRequest.Builder.resourceArn(String resourceArn)
The ARN of the resource identified in the finding.
|
UpdateFindingsRequest.Builder |
UpdateFindingsRequest.Builder.status(FindingStatusUpdate status)
The state represents the action to take to update the finding Status.
|
UpdateFindingsRequest.Builder |
UpdateFindingsRequest.Builder.status(String status)
The state represents the action to take to update the finding Status.
|
UpdateFindingsRequest.Builder |
UpdateFindingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFindingsRequest.Builder> |
UpdateFindingsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.