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 Repository
Repository. clone()
Repository
CreateRepositoryResult. getRepository()
Repository
DeleteRepositoryResult. getRepository()
Repository
Repository. withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the repository.Repository
Repository. withRepositoryArn(String repositoryArn)
The Amazon Resource Name (ARN) that identifies the repository.Repository
Repository. withRepositoryName(String repositoryName)
The name of the repository.Repository
Repository. 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 void
CreateRepositoryResult. setRepository(Repository repository)
void
DeleteRepositoryResult. setRepository(Repository repository)
DescribeRepositoriesResult
DescribeRepositoriesResult. withRepositories(Repository... repositories)
A list of repository objects corresponding to valid repositories.CreateRepositoryResult
CreateRepositoryResult. withRepository(Repository repository)
DeleteRepositoryResult
DeleteRepositoryResult. withRepository(Repository repository)
Method parameters in com.amazonaws.services.ecr.model with type arguments of type Repository Modifier and Type Method Description void
DescribeRepositoriesResult. setRepositories(Collection<Repository> repositories)
A list of repository objects corresponding to valid repositories.DescribeRepositoriesResult
DescribeRepositoriesResult. withRepositories(Collection<Repository> repositories)
A list of repository objects corresponding to valid repositories.
-