Uses of Class
software.amazon.awssdk.services.codeartifact.model.AssociateExternalConnectionResponse
-
Packages that use AssociateExternalConnectionResponse 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 AssociateExternalConnectionResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return AssociateExternalConnectionResponse Modifier and Type Method Description default AssociateExternalConnectionResponseCodeartifactClient. associateExternalConnection(Consumer<AssociateExternalConnectionRequest.Builder> associateExternalConnectionRequest)Adds an existing external connection to a repository.default AssociateExternalConnectionResponseCodeartifactClient. associateExternalConnection(AssociateExternalConnectionRequest associateExternalConnectionRequest)Adds an existing external connection to a repository.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type AssociateExternalConnectionResponse Modifier and Type Method Description default CompletableFuture<AssociateExternalConnectionResponse>CodeartifactAsyncClient. associateExternalConnection(Consumer<AssociateExternalConnectionRequest.Builder> associateExternalConnectionRequest)Adds an existing external connection to a repository.default CompletableFuture<AssociateExternalConnectionResponse>CodeartifactAsyncClient. associateExternalConnection(AssociateExternalConnectionRequest associateExternalConnectionRequest)Adds an existing external connection to a repository.
-