| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
UpstreamRepositoryInfo |
UpstreamRepositoryInfo.clone() |
UpstreamRepositoryInfo |
UpstreamRepositoryInfo.withRepositoryName(String repositoryName)
The name of an upstream repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpstreamRepositoryInfo> |
RepositoryDescription.getUpstreams()
A list of upstream repositories to associate with the repository.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryDescription |
RepositoryDescription.withUpstreams(UpstreamRepositoryInfo... upstreams)
A list of upstream repositories to associate with the repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryDescription.setUpstreams(Collection<UpstreamRepositoryInfo> upstreams)
A list of upstream repositories to associate with the repository.
|
RepositoryDescription |
RepositoryDescription.withUpstreams(Collection<UpstreamRepositoryInfo> upstreams)
A list of upstream repositories to associate with the repository.
|
Copyright © 2023. All rights reserved.