| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model | |
| software.amazon.awssdk.services.inspector2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Finding> |
ListFindingsResponse.findings()
Contains details on the findings in your environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.findings(Finding... findings)
Contains details on the findings in your environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResponse.Builder |
ListFindingsResponse.Builder.findings(Collection<Finding> findings)
Contains details on the findings in your environment.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Finding> |
ListFindingsPublisher.findings()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Finding> |
ListFindingsIterable.findings()
Returns an iterable to iterate through the paginated
ListFindingsResponse.findings() member. |
Copyright © 2023. All rights reserved.