| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model | |
| software.amazon.awssdk.services.accessanalyzer.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AccessPreviewFinding> |
ListAccessPreviewFindingsResponse.findings()
A list of access preview findings that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessPreviewFindingsResponse.Builder |
ListAccessPreviewFindingsResponse.Builder.findings(AccessPreviewFinding... findings)
A list of access preview findings that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessPreviewFindingsResponse.Builder |
ListAccessPreviewFindingsResponse.Builder.findings(Collection<AccessPreviewFinding> findings)
A list of access preview findings that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AccessPreviewFinding> |
ListAccessPreviewFindingsPublisher.findings()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AccessPreviewFinding> |
ListAccessPreviewFindingsIterable.findings()
Returns an iterable to iterate through the paginated
ListAccessPreviewFindingsResponse.findings() member. |
Copyright © 2023. All rights reserved.