Uses of Class
software.amazon.awssdk.services.ecr.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of Resource in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>EnhancedImageScanFinding. resources()Contains information on the resources involved in a finding.Methods in software.amazon.awssdk.services.ecr.model with parameters of type Resource Modifier and Type Method Description EnhancedImageScanFinding.BuilderEnhancedImageScanFinding.Builder. resources(Resource... resources)Contains information on the resources involved in a finding.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type Resource Modifier and Type Method Description EnhancedImageScanFinding.BuilderEnhancedImageScanFinding.Builder. resources(Collection<Resource> resources)Contains information on the resources involved in a finding.
-