Uses of Class
software.amazon.awssdk.services.codeartifact.model.UpdateRepositoryResponse
-
Packages that use UpdateRepositoryResponse 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. -
-
Uses of UpdateRepositoryResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return UpdateRepositoryResponse Modifier and Type Method Description default UpdateRepositoryResponseCodeartifactClient. updateRepository(Consumer<UpdateRepositoryRequest.Builder> updateRepositoryRequest)Update the properties of a repository.default UpdateRepositoryResponseCodeartifactClient. updateRepository(UpdateRepositoryRequest updateRepositoryRequest)Update the properties of a repository.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type UpdateRepositoryResponse Modifier and Type Method 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.
-