Uses of Class
com.amazonaws.services.codecommit.model.RepositoryNameIdPair
-
Packages that use RepositoryNameIdPair Package Description com.amazonaws.services.codecommit.model -
-
Uses of RepositoryNameIdPair in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return RepositoryNameIdPair Modifier and Type Method Description RepositoryNameIdPairRepositoryNameIdPair. clone()RepositoryNameIdPairRepositoryNameIdPair. withRepositoryId(String repositoryId)The ID associated with the repository.RepositoryNameIdPairRepositoryNameIdPair. withRepositoryName(String repositoryName)The name associated with the repository.Methods in com.amazonaws.services.codecommit.model that return types with arguments of type RepositoryNameIdPair Modifier and Type Method Description List<RepositoryNameIdPair>ListRepositoriesResult. getRepositories()Lists the repositories called by the list repositories operation.Methods in com.amazonaws.services.codecommit.model with parameters of type RepositoryNameIdPair Modifier and Type Method Description ListRepositoriesResultListRepositoriesResult. withRepositories(RepositoryNameIdPair... repositories)Lists the repositories called by the list repositories operation.Method parameters in com.amazonaws.services.codecommit.model with type arguments of type RepositoryNameIdPair Modifier and Type Method Description voidListRepositoriesResult. setRepositories(Collection<RepositoryNameIdPair> repositories)Lists the repositories called by the list repositories operation.ListRepositoriesResultListRepositoriesResult. withRepositories(Collection<RepositoryNameIdPair> repositories)Lists the repositories called by the list repositories operation.
-