| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryNameIdPair |
RepositoryNameIdPair.clone() |
RepositoryNameIdPair |
RepositoryNameIdPair.withRepositoryId(String repositoryId)
The ID associated with the repository.
|
RepositoryNameIdPair |
RepositoryNameIdPair.withRepositoryName(String repositoryName)
The name associated with the repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryNameIdPair> |
ListRepositoriesResult.getRepositories()
Lists the repositories called by the list repositories operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListRepositoriesResult |
ListRepositoriesResult.withRepositories(RepositoryNameIdPair... repositories)
Lists the repositories called by the list repositories operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRepositoriesResult.setRepositories(Collection<RepositoryNameIdPair> repositories)
Lists the repositories called by the list repositories operation.
|
ListRepositoriesResult |
ListRepositoriesResult.withRepositories(Collection<RepositoryNameIdPair> repositories)
Lists the repositories called by the list repositories operation.
|
Copyright © 2018. All rights reserved.