| 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 |
|---|---|
ListFindingsResult |
AbstractAWSAccessAnalyzer.listFindings(ListFindingsRequest request) |
ListFindingsResult |
AWSAccessAnalyzerClient.listFindings(ListFindingsRequest request)
Retrieves a list of findings generated by the specified analyzer.
|
ListFindingsResult |
AWSAccessAnalyzer.listFindings(ListFindingsRequest listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListFindingsResult> |
AbstractAWSAccessAnalyzerAsync.listFindingsAsync(ListFindingsRequest request,
AsyncHandler<ListFindingsRequest,ListFindingsResult> asyncHandler) |
Future<ListFindingsResult> |
AWSAccessAnalyzerAsyncClient.listFindingsAsync(ListFindingsRequest request,
AsyncHandler<ListFindingsRequest,ListFindingsResult> asyncHandler) |
Future<ListFindingsResult> |
AWSAccessAnalyzerAsync.listFindingsAsync(ListFindingsRequest listFindingsRequest,
AsyncHandler<ListFindingsRequest,ListFindingsResult> asyncHandler)
Retrieves a list of findings generated by the specified analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResult |
ListFindingsResult.clone() |
ListFindingsResult |
ListFindingsResult.withFindings(Collection<FindingSummary> findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
ListFindingsResult |
ListFindingsResult.withFindings(FindingSummary... findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
ListFindingsResult |
ListFindingsResult.withNextToken(String nextToken)
A token used for pagination of results returned.
|
Copyright © 2024. All rights reserved.