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 name.
|
RepositoryNameIdPair |
RepositoryNameIdPair.withRepositoryName(String repositoryName)
Sets the value of the RepositoryName property for this object.
|
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 © 2015. All rights reserved.