Uses of Class
software.amazon.awssdk.services.ecr.model.RegistryScanningRule
-
Packages that use RegistryScanningRule Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of RegistryScanningRule in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type RegistryScanningRule Modifier and Type Method Description List<RegistryScanningRule>PutRegistryScanningConfigurationRequest. rules()The scanning rules to use for the registry.List<RegistryScanningRule>RegistryScanningConfiguration. rules()The scanning rules associated with the registry.Methods in software.amazon.awssdk.services.ecr.model with parameters of type RegistryScanningRule Modifier and Type Method Description PutRegistryScanningConfigurationRequest.BuilderPutRegistryScanningConfigurationRequest.Builder. rules(RegistryScanningRule... rules)The scanning rules to use for the registry.RegistryScanningConfiguration.BuilderRegistryScanningConfiguration.Builder. rules(RegistryScanningRule... rules)The scanning rules associated with the registry.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type RegistryScanningRule Modifier and Type Method Description PutRegistryScanningConfigurationRequest.BuilderPutRegistryScanningConfigurationRequest.Builder. rules(Collection<RegistryScanningRule> rules)The scanning rules to use for the registry.RegistryScanningConfiguration.BuilderRegistryScanningConfiguration.Builder. rules(Collection<RegistryScanningRule> rules)The scanning rules associated with the registry.
-