| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateRepositoryResponse |
CodeartifactClient.updateRepository(Consumer<UpdateRepositoryRequest.Builder> updateRepositoryRequest)
Update the properties of a repository.
|
default UpdateRepositoryResponse |
CodeartifactClient.updateRepository(UpdateRepositoryRequest updateRepositoryRequest)
Update the properties of a repository.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateRepositoryResponse> |
CodeartifactAsyncClient.updateRepository(Consumer<UpdateRepositoryRequest.Builder> updateRepositoryRequest)
Update the properties of a repository.
|
default CompletableFuture<UpdateRepositoryResponse> |
CodeartifactAsyncClient.updateRepository(UpdateRepositoryRequest updateRepositoryRequest)
Update the properties of a repository.
|
Copyright © 2023. All rights reserved.