Uses of Class
com.amazonaws.services.ecr.model.Repository
Packages that use Repository
-
Uses of Repository in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return RepositoryModifier and TypeMethodDescriptionRepository.clone()
CreateRepositoryResult.getRepository()
DeleteRepositoryResult.getRepository()
Repository.withRegistryId
(String registryId) The AWS account ID associated with the registry that contains the repository.Repository.withRepositoryArn
(String repositoryArn) The Amazon Resource Name (ARN) that identifies the repository.Repository.withRepositoryName
(String repositoryName) The name of the repository.Repository.withRepositoryUri
(String repositoryUri) The URI for the repository.Methods in com.amazonaws.services.ecr.model that return types with arguments of type RepositoryModifier and TypeMethodDescriptionDescribeRepositoriesResult.getRepositories()
A list of repository objects corresponding to valid repositories.Methods in com.amazonaws.services.ecr.model with parameters of type RepositoryModifier and TypeMethodDescriptionvoid
CreateRepositoryResult.setRepository
(Repository repository) void
DeleteRepositoryResult.setRepository
(Repository repository) DescribeRepositoriesResult.withRepositories
(Repository... repositories) A list of repository objects corresponding to valid repositories.CreateRepositoryResult.withRepository
(Repository repository) DeleteRepositoryResult.withRepository
(Repository repository) Method parameters in com.amazonaws.services.ecr.model with type arguments of type RepositoryModifier and TypeMethodDescriptionvoid
DescribeRepositoriesResult.setRepositories
(Collection<Repository> repositories) A list of repository objects corresponding to valid repositories.DescribeRepositoriesResult.withRepositories
(Collection<Repository> repositories) A list of repository objects corresponding to valid repositories.