| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryLinkInfo |
RepositoryLinkInfo.clone() |
RepositoryLinkInfo |
UpdateRepositoryLinkResult.getRepositoryLinkInfo()
Information about the repository link to be updated.
|
RepositoryLinkInfo |
GetRepositoryLinkResult.getRepositoryLinkInfo()
The information returned for a specified repository link.
|
RepositoryLinkInfo |
CreateRepositoryLinkResult.getRepositoryLinkInfo()
The returned information about the created repository link.
|
RepositoryLinkInfo |
RepositoryLinkInfo.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection associated with the repository link.
|
RepositoryLinkInfo |
RepositoryLinkInfo.withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.
|
RepositoryLinkInfo |
RepositoryLinkInfo.withOwnerId(String ownerId)
The owner ID for the repository associated with the repository link, such as the owner ID in GitHub.
|
RepositoryLinkInfo |
RepositoryLinkInfo.withProviderType(ProviderType providerType)
The provider type for the connection, such as GitHub, associated with the repository link.
|
RepositoryLinkInfo |
RepositoryLinkInfo.withProviderType(String providerType)
The provider type for the connection, such as GitHub, associated with the repository link.
|
RepositoryLinkInfo |
RepositoryLinkInfo.withRepositoryLinkArn(String repositoryLinkArn)
The Amazon Resource Name (ARN) of the repository link.
|
RepositoryLinkInfo |
RepositoryLinkInfo.withRepositoryLinkId(String repositoryLinkId)
The ID of the repository link.
|
RepositoryLinkInfo |
RepositoryLinkInfo.withRepositoryName(String repositoryName)
The name of the repository associated with the repository link.
|
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryLinkInfo> |
ListRepositoryLinksResult.getRepositoryLinks()
Lists the repository links called by the list repository links operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRepositoryLinkResult.setRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
Information about the repository link to be updated.
|
void |
GetRepositoryLinkResult.setRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
The information returned for a specified repository link.
|
void |
CreateRepositoryLinkResult.setRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
The returned information about the created repository link.
|
UpdateRepositoryLinkResult |
UpdateRepositoryLinkResult.withRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
Information about the repository link to be updated.
|
GetRepositoryLinkResult |
GetRepositoryLinkResult.withRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
The information returned for a specified repository link.
|
CreateRepositoryLinkResult |
CreateRepositoryLinkResult.withRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
The returned information about the created repository link.
|
ListRepositoryLinksResult |
ListRepositoryLinksResult.withRepositoryLinks(RepositoryLinkInfo... repositoryLinks)
Lists the repository links called by the list repository links operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRepositoryLinksResult.setRepositoryLinks(Collection<RepositoryLinkInfo> repositoryLinks)
Lists the repository links called by the list repository links operation.
|
ListRepositoryLinksResult |
ListRepositoryLinksResult.withRepositoryLinks(Collection<RepositoryLinkInfo> repositoryLinks)
Lists the repository links called by the list repository links operation.
|
Copyright © 2024. All rights reserved.