Uses of Class
software.amazon.awssdk.services.codeartifact.model.DeleteRepositoryResponse
-
Packages that use DeleteRepositoryResponse 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 DeleteRepositoryResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return DeleteRepositoryResponse Modifier and Type Method Description default DeleteRepositoryResponseCodeartifactClient. deleteRepository(Consumer<DeleteRepositoryRequest.Builder> deleteRepositoryRequest)Deletes a repository.default DeleteRepositoryResponseCodeartifactClient. deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)Deletes a repository.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type DeleteRepositoryResponse Modifier and Type Method Description default CompletableFuture<DeleteRepositoryResponse>CodeartifactAsyncClient. deleteRepository(Consumer<DeleteRepositoryRequest.Builder> deleteRepositoryRequest)Deletes a repository.default CompletableFuture<DeleteRepositoryResponse>CodeartifactAsyncClient. deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)Deletes a repository.
-