| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model | |
| software.amazon.awssdk.services.accessanalyzer.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FindingSummary> |
ListFindingsResponse.findings()
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.findings(FindingSummary... findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.findings(Collection<FindingSummary> findings)
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<FindingSummary> |
ListFindingsPublisher.findings()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<FindingSummary> |
ListFindingsIterable.findings()
Returns an iterable to iterate through the paginated
ListFindingsResponse.findings() member. |
Copyright © 2023. All rights reserved.