| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
List<UpstreamRepository> |
UpdateRepositoryRequest.upstreams()
A list of upstream repositories to associate with the repository.
|
List<UpstreamRepository> |
CreateRepositoryRequest.upstreams()
A list of upstream repositories to associate with the repository.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRepositoryRequest.Builder |
UpdateRepositoryRequest.Builder.upstreams(UpstreamRepository... upstreams)
A list of upstream repositories to associate with the repository.
|
CreateRepositoryRequest.Builder |
CreateRepositoryRequest.Builder.upstreams(UpstreamRepository... upstreams)
A list of upstream repositories to associate with the repository.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRepositoryRequest.Builder |
UpdateRepositoryRequest.Builder.upstreams(Collection<UpstreamRepository> upstreams)
A list of upstream repositories to associate with the repository.
|
CreateRepositoryRequest.Builder |
CreateRepositoryRequest.Builder.upstreams(Collection<UpstreamRepository> upstreams)
A list of upstream repositories to associate with the repository.
|
Copyright © 2023. All rights reserved.