| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr.model | |
| software.amazon.awssdk.services.ecr.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ImageScanFinding> |
ImageScanFindings.findings()
The findings from the image scan.
|
| Modifier and Type | Method and Description |
|---|---|
ImageScanFindings.Builder |
ImageScanFindings.Builder.findings(ImageScanFinding... findings)
The findings from the image scan.
|
| Modifier and Type | Method and Description |
|---|---|
ImageScanFindings.Builder |
ImageScanFindings.Builder.findings(Collection<ImageScanFinding> findings)
The findings from the image scan.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ImageScanFinding> |
DescribeImageScanFindingsIterable.findings()
Returns an iterable to iterate through the paginated
DescribeImageScanFindingsResponse#findings() member. |
SdkPublisher<ImageScanFinding> |
DescribeImageScanFindingsPublisher.findings()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.