Uses of Class
software.amazon.awssdk.services.codeartifact.model.UpstreamRepository
-
Packages that use UpstreamRepository Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of UpstreamRepository in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type UpstreamRepository Modifier and Type Method Description List<UpstreamRepository>CreateRepositoryRequest. upstreams()A list of upstream repositories to associate with the repository.List<UpstreamRepository>UpdateRepositoryRequest. upstreams()A list of upstream repositories to associate with the repository.Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type UpstreamRepository Modifier and Type Method Description CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. upstreams(UpstreamRepository... upstreams)A list of upstream repositories to associate with the repository.UpdateRepositoryRequest.BuilderUpdateRepositoryRequest.Builder. upstreams(UpstreamRepository... upstreams)A list of upstream repositories to associate with the repository.Method parameters in software.amazon.awssdk.services.codeartifact.model with type arguments of type UpstreamRepository Modifier and Type Method Description CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. upstreams(Collection<UpstreamRepository> upstreams)A list of upstream repositories to associate with the repository.UpdateRepositoryRequest.BuilderUpdateRepositoryRequest.Builder. upstreams(Collection<UpstreamRepository> upstreams)A list of upstream repositories to associate with the repository.
-