Package | Description |
---|---|
com.amazonaws.services.codecommit.model | |
com.amazonaws.services.codecommit.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<RepositoryNameIdPair> |
ListRepositoriesResult.repositories
Lists the repositories called by the list repositories operation.
|
Modifier and Type | Method and Description |
---|---|
RepositoryNameIdPair |
RepositoryNameIdPair.clone() |
RepositoryNameIdPair |
RepositoryNameIdPair.withRepositoryId(java.lang.String repositoryId)
The ID associated with the repository.
|
RepositoryNameIdPair |
RepositoryNameIdPair.withRepositoryName(java.lang.String repositoryName)
The name associated with the repository.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<RepositoryNameIdPair> repositories)
Lists the repositories called by the list repositories operation.
|
ListRepositoriesResult |
ListRepositoriesResult.withRepositories(java.util.Collection<RepositoryNameIdPair> repositories)
Lists the repositories called by the list repositories operation.
|
Modifier and Type | Method and Description |
---|---|
RepositoryNameIdPair |
RepositoryNameIdPairJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryNameIdPairJsonMarshaller.marshall(RepositoryNameIdPair repositoryNameIdPair,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|