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