| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact |
CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools
such as npm, Apache Maven, pip, and dotnet.
|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRepositoryResult> |
AbstractAWSCodeArtifactAsync.updateRepositoryAsync(UpdateRepositoryRequest request,
AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResult> asyncHandler) |
Future<UpdateRepositoryResult> |
AWSCodeArtifactAsync.updateRepositoryAsync(UpdateRepositoryRequest updateRepositoryRequest,
AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResult> asyncHandler)
Update the properties of a repository.
|
Future<UpdateRepositoryResult> |
AWSCodeArtifactAsyncClient.updateRepositoryAsync(UpdateRepositoryRequest request,
AsyncHandler<UpdateRepositoryRequest,UpdateRepositoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateRepositoryRequest |
UpdateRepositoryRequest.clone() |
UpdateRepositoryRequest |
UpdateRepositoryRequest.withDescription(String description)
An updated repository description.
|
UpdateRepositoryRequest |
UpdateRepositoryRequest.withDomain(String domain)
The name of the domain associated with the repository to update.
|
UpdateRepositoryRequest |
UpdateRepositoryRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
UpdateRepositoryRequest |
UpdateRepositoryRequest.withRepository(String repository)
The name of the repository to update.
|
UpdateRepositoryRequest |
UpdateRepositoryRequest.withUpstreams(Collection<UpstreamRepository> upstreams)
A list of upstream repositories to associate with the repository.
|
UpdateRepositoryRequest |
UpdateRepositoryRequest.withUpstreams(UpstreamRepository... upstreams)
A list of upstream repositories to associate with the repository.
|
Copyright © 2023. All rights reserved.