| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default DisassociateExternalConnectionResponse |
CodeartifactClient.disassociateExternalConnection(Consumer<DisassociateExternalConnectionRequest.Builder> disassociateExternalConnectionRequest)
Removes an existing external connection from a repository.
|
default CompletableFuture<DisassociateExternalConnectionResponse> |
CodeartifactAsyncClient.disassociateExternalConnection(Consumer<DisassociateExternalConnectionRequest.Builder> disassociateExternalConnectionRequest)
Removes an existing external connection from a repository.
|
| Modifier and Type | Method and Description |
|---|---|
static DisassociateExternalConnectionRequest.Builder |
DisassociateExternalConnectionRequest.builder() |
DisassociateExternalConnectionRequest.Builder |
DisassociateExternalConnectionRequest.Builder.domain(String domain)
The name of the domain that contains the repository from which to remove the external repository.
|
DisassociateExternalConnectionRequest.Builder |
DisassociateExternalConnectionRequest.Builder.domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DisassociateExternalConnectionRequest.Builder |
DisassociateExternalConnectionRequest.Builder.externalConnection(String externalConnection)
The name of the external connection to be removed from the repository.
|
DisassociateExternalConnectionRequest.Builder |
DisassociateExternalConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateExternalConnectionRequest.Builder |
DisassociateExternalConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateExternalConnectionRequest.Builder |
DisassociateExternalConnectionRequest.Builder.repository(String repository)
The name of the repository from which the external connection will be removed.
|
DisassociateExternalConnectionRequest.Builder |
DisassociateExternalConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisassociateExternalConnectionRequest.Builder> |
DisassociateExternalConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.