| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryAssociation |
RepositoryAssociation.clone() |
RepositoryAssociation |
AssociateRepositoryResult.getRepositoryAssociation()
Information about the repository association.
|
RepositoryAssociation |
DisassociateRepositoryResult.getRepositoryAssociation()
Information about the disassociated repository.
|
RepositoryAssociation |
DescribeRepositoryAssociationResult.getRepositoryAssociation()
Information about the repository association.
|
RepositoryAssociation |
RepositoryAssociation.withAssociationArn(String associationArn)
The Amazon Resource Name (ARN) identifying the repository association.
|
RepositoryAssociation |
RepositoryAssociation.withAssociationId(String associationId)
The ID of the repository association.
|
RepositoryAssociation |
RepositoryAssociation.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.
|
RepositoryAssociation |
RepositoryAssociation.withCreatedTimeStamp(Date createdTimeStamp)
The time, in milliseconds since the epoch, when the repository association was created.
|
RepositoryAssociation |
RepositoryAssociation.withLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
The time, in milliseconds since the epoch, when the repository association was last updated.
|
RepositoryAssociation |
RepositoryAssociation.withName(String name)
The name of the repository.
|
RepositoryAssociation |
RepositoryAssociation.withOwner(String owner)
The owner of the repository.
|
RepositoryAssociation |
RepositoryAssociation.withProviderType(ProviderType providerType)
The provider type of the repository association.
|
RepositoryAssociation |
RepositoryAssociation.withProviderType(String providerType)
The provider type of the repository association.
|
RepositoryAssociation |
RepositoryAssociation.withState(RepositoryAssociationState state)
The state of the repository association.
|
RepositoryAssociation |
RepositoryAssociation.withState(String state)
The state of the repository association.
|
RepositoryAssociation |
RepositoryAssociation.withStateReason(String stateReason)
A description of why the repository association is in the current state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateRepositoryResult.setRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the repository association.
|
void |
DisassociateRepositoryResult.setRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the disassociated repository.
|
void |
DescribeRepositoryAssociationResult.setRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the repository association.
|
AssociateRepositoryResult |
AssociateRepositoryResult.withRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the repository association.
|
DisassociateRepositoryResult |
DisassociateRepositoryResult.withRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the disassociated repository.
|
DescribeRepositoryAssociationResult |
DescribeRepositoryAssociationResult.withRepositoryAssociation(RepositoryAssociation repositoryAssociation)
Information about the repository association.
|
Copyright © 2020. All rights reserved.