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