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