| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model | |
| software.amazon.awssdk.services.imagebuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ImageScanFinding> |
ListImageScanFindingsResponse.findings()
The image scan findings for your account that meet your request filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListImageScanFindingsResponse.Builder |
ListImageScanFindingsResponse.Builder.findings(ImageScanFinding... findings)
The image scan findings for your account that meet your request filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListImageScanFindingsResponse.Builder |
ListImageScanFindingsResponse.Builder.findings(Collection<ImageScanFinding> findings)
The image scan findings for your account that meet your request filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ImageScanFinding> |
ListImageScanFindingsIterable.findings()
Returns an iterable to iterate through the paginated
ListImageScanFindingsResponse.findings() member. |
SdkPublisher<ImageScanFinding> |
ListImageScanFindingsPublisher.findings()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.