| 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<ListFindingsResponse> |
AccessAnalyzerAsyncClient.listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
default ListFindingsResponse |
AccessAnalyzerClient.listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
default ListFindingsPublisher |
AccessAnalyzerAsyncClient.listFindingsPaginator(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
default ListFindingsIterable |
AccessAnalyzerClient.listFindingsPaginator(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.analyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve findings from.
|
static ListFindingsRequest.Builder |
ListFindingsRequest.builder() |
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.filter(Map<String,Criterion> filter)
A filter to match for the findings to return.
|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.nextToken(String nextToken)
A token used for pagination of results returned.
|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListFindingsRequest.Builder |
ListFindingsRequest.Builder.sort(Consumer<SortCriteria.Builder> sort)
The sort order for the findings returned.
|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.sort(SortCriteria sort)
The sort order for the findings returned.
|
ListFindingsRequest.Builder |
ListFindingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFindingsRequest.Builder> |
ListFindingsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.