Uses of Class
software.amazon.awssdk.services.codeartifact.model.UpdateRepositoryRequest
-
Packages that use UpdateRepositoryRequest 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.software.amazon.awssdk.services.codeartifact.transform -
-
Uses of UpdateRepositoryRequest in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact with parameters of type UpdateRepositoryRequest Modifier and Type Method Description default CompletableFuture<UpdateRepositoryResponse>CodeartifactAsyncClient. updateRepository(UpdateRepositoryRequest updateRepositoryRequest)Update the properties of a repository.default UpdateRepositoryResponseCodeartifactClient. updateRepository(UpdateRepositoryRequest updateRepositoryRequest)Update the properties of a repository. -
Uses of UpdateRepositoryRequest in software.amazon.awssdk.services.codeartifact.transform
Methods in software.amazon.awssdk.services.codeartifact.transform with parameters of type UpdateRepositoryRequest Modifier and Type Method Description SdkHttpFullRequestUpdateRepositoryRequestMarshaller. marshall(UpdateRepositoryRequest updateRepositoryRequest)
-