Uses of Class
software.amazon.awssdk.services.ecr.model.RepositoryFilter
-
Packages that use RepositoryFilter Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of RepositoryFilter in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type RepositoryFilter Modifier and Type Method Description List<RepositoryFilter>ReplicationRule. repositoryFilters()An array of objects representing the filters for a replication rule.Methods in software.amazon.awssdk.services.ecr.model with parameters of type RepositoryFilter Modifier and Type Method Description ReplicationRule.BuilderReplicationRule.Builder. repositoryFilters(RepositoryFilter... repositoryFilters)An array of objects representing the filters for a replication rule.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type RepositoryFilter Modifier and Type Method Description ReplicationRule.BuilderReplicationRule.Builder. repositoryFilters(Collection<RepositoryFilter> repositoryFilters)An array of objects representing the filters for a replication rule.
-