Uses of Interface
software.amazon.awssdk.services.codeartifact.model.DisassociateExternalConnectionRequest.Builder
-
Packages that use DisassociateExternalConnectionRequest.Builder 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 -
-
Uses of DisassociateExternalConnectionRequest.Builder in software.amazon.awssdk.services.codeartifact
Method parameters in software.amazon.awssdk.services.codeartifact with type arguments of type DisassociateExternalConnectionRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateExternalConnectionResponse>CodeartifactAsyncClient. disassociateExternalConnection(Consumer<DisassociateExternalConnectionRequest.Builder> disassociateExternalConnectionRequest)Removes an existing external connection from a repository.default DisassociateExternalConnectionResponseCodeartifactClient. disassociateExternalConnection(Consumer<DisassociateExternalConnectionRequest.Builder> disassociateExternalConnectionRequest)Removes an existing external connection from a repository. -
Uses of DisassociateExternalConnectionRequest.Builder in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return DisassociateExternalConnectionRequest.Builder Modifier and Type Method Description static DisassociateExternalConnectionRequest.BuilderDisassociateExternalConnectionRequest. builder()DisassociateExternalConnectionRequest.BuilderDisassociateExternalConnectionRequest.Builder. domain(String domain)The name of the domain that contains the repository from which to remove the external repository.DisassociateExternalConnectionRequest.BuilderDisassociateExternalConnectionRequest.Builder. domainOwner(String domainOwner)The 12-digit account number of the Amazon Web Services account that owns the domain.DisassociateExternalConnectionRequest.BuilderDisassociateExternalConnectionRequest.Builder. externalConnection(String externalConnection)The name of the external connection to be removed from the repository.DisassociateExternalConnectionRequest.BuilderDisassociateExternalConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateExternalConnectionRequest.BuilderDisassociateExternalConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateExternalConnectionRequest.BuilderDisassociateExternalConnectionRequest.Builder. repository(String repository)The name of the repository from which the external connection will be removed.DisassociateExternalConnectionRequest.BuilderDisassociateExternalConnectionRequest. toBuilder()Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type DisassociateExternalConnectionRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateExternalConnectionRequest.Builder>DisassociateExternalConnectionRequest. serializableBuilderClass()
-