Uses of Class
software.amazon.awssdk.services.ecr.model.ImageScanFinding
-
Packages that use ImageScanFinding Package Description software.amazon.awssdk.services.ecr.model software.amazon.awssdk.services.ecr.paginators -
-
Uses of ImageScanFinding in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type ImageScanFinding Modifier and Type Method Description List<ImageScanFinding>ImageScanFindings. findings()The findings from the image scan.Methods in software.amazon.awssdk.services.ecr.model with parameters of type ImageScanFinding Modifier and Type Method Description ImageScanFindings.BuilderImageScanFindings.Builder. findings(ImageScanFinding... findings)The findings from the image scan.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type ImageScanFinding Modifier and Type Method Description ImageScanFindings.BuilderImageScanFindings.Builder. findings(Collection<ImageScanFinding> findings)The findings from the image scan. -
Uses of ImageScanFinding in software.amazon.awssdk.services.ecr.paginators
Methods in software.amazon.awssdk.services.ecr.paginators that return types with arguments of type ImageScanFinding Modifier and Type Method Description SdkIterable<ImageScanFinding>DescribeImageScanFindingsIterable. findings()Returns an iterable to iterate through the paginatedDescribeImageScanFindingsResponse#findings()member.SdkPublisher<ImageScanFinding>DescribeImageScanFindingsPublisher. findings()Returns a publisher that can be used to get a stream of data.
-