| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryAssociationSummary |
RepositoryAssociationSummary.clone() |
RepositoryAssociationSummary |
RepositoryAssociationSummary.withAssociationArn(String associationArn)
The Amazon Resource Name (ARN) of the
RepositoryAssociation object. |
RepositoryAssociationSummary |
RepositoryAssociationSummary.withAssociationId(String associationId)
The repository association ID.
|
RepositoryAssociationSummary |
RepositoryAssociationSummary.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar Connections connection.
|
RepositoryAssociationSummary |
RepositoryAssociationSummary.withLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
The time, in milliseconds since the epoch, since the repository association was last updated.
|
RepositoryAssociationSummary |
RepositoryAssociationSummary.withName(String name)
The name of the repository association.
|
RepositoryAssociationSummary |
RepositoryAssociationSummary.withOwner(String owner)
The owner of the repository.
|
RepositoryAssociationSummary |
RepositoryAssociationSummary.withProviderType(ProviderType providerType)
The provider type of the repository association.
|
RepositoryAssociationSummary |
RepositoryAssociationSummary.withProviderType(String providerType)
The provider type of the repository association.
|
RepositoryAssociationSummary |
RepositoryAssociationSummary.withState(RepositoryAssociationState state)
The state of the repository association.
|
RepositoryAssociationSummary |
RepositoryAssociationSummary.withState(String state)
The state of the repository association.
|
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryAssociationSummary> |
ListRepositoryAssociationsResult.getRepositoryAssociationSummaries()
A list of repository associations that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListRepositoryAssociationsResult |
ListRepositoryAssociationsResult.withRepositoryAssociationSummaries(RepositoryAssociationSummary... repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRepositoryAssociationsResult.setRepositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
ListRepositoryAssociationsResult |
ListRepositoryAssociationsResult.withRepositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
Copyright © 2021. All rights reserved.