Uses of Class
com.amazonaws.services.ecr.model.Repository
-
Packages that use Repository Package Description com.amazonaws.services.ecr.model -
-
Uses of Repository in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return Repository Modifier and Type Method Description RepositoryRepository. clone()RepositoryCreateRepositoryResult. getRepository()RepositoryDeleteRepositoryResult. getRepository()RepositoryRepository. withRegistryId(String registryId)The AWS account ID associated with the registry that contains the repository.RepositoryRepository. withRepositoryArn(String repositoryArn)The Amazon Resource Name (ARN) that identifies the repository.RepositoryRepository. withRepositoryName(String repositoryName)The name of the repository.RepositoryRepository. withRepositoryUri(String repositoryUri)The URI for the repository.Methods in com.amazonaws.services.ecr.model that return types with arguments of type Repository Modifier and Type Method Description List<Repository>DescribeRepositoriesResult. getRepositories()A list of repository objects corresponding to valid repositories.Methods in com.amazonaws.services.ecr.model with parameters of type Repository Modifier and Type Method Description voidCreateRepositoryResult. setRepository(Repository repository)voidDeleteRepositoryResult. setRepository(Repository repository)DescribeRepositoriesResultDescribeRepositoriesResult. withRepositories(Repository... repositories)A list of repository objects corresponding to valid repositories.CreateRepositoryResultCreateRepositoryResult. withRepository(Repository repository)DeleteRepositoryResultDeleteRepositoryResult. withRepository(Repository repository)Method parameters in com.amazonaws.services.ecr.model with type arguments of type Repository Modifier and Type Method Description voidDescribeRepositoriesResult. setRepositories(Collection<Repository> repositories)A list of repository objects corresponding to valid repositories.DescribeRepositoriesResultDescribeRepositoriesResult. withRepositories(Collection<Repository> repositories)A list of repository objects corresponding to valid repositories.
-