Uses of Interface
software.amazon.awssdk.services.codeartifact.model.AssociateExternalConnectionRequest.Builder
-
Packages that use AssociateExternalConnectionRequest.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 AssociateExternalConnectionRequest.Builder in software.amazon.awssdk.services.codeartifact
Method parameters in software.amazon.awssdk.services.codeartifact with type arguments of type AssociateExternalConnectionRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateExternalConnectionResponse>CodeartifactAsyncClient. associateExternalConnection(Consumer<AssociateExternalConnectionRequest.Builder> associateExternalConnectionRequest)Adds an existing external connection to a repository.default AssociateExternalConnectionResponseCodeartifactClient. associateExternalConnection(Consumer<AssociateExternalConnectionRequest.Builder> associateExternalConnectionRequest)Adds an existing external connection to a repository. -
Uses of AssociateExternalConnectionRequest.Builder in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return AssociateExternalConnectionRequest.Builder Modifier and Type Method Description static AssociateExternalConnectionRequest.BuilderAssociateExternalConnectionRequest. builder()AssociateExternalConnectionRequest.BuilderAssociateExternalConnectionRequest.Builder. domain(String domain)The name of the domain that contains the repository.AssociateExternalConnectionRequest.BuilderAssociateExternalConnectionRequest.Builder. domainOwner(String domainOwner)The 12-digit account number of the Amazon Web Services account that owns the domain.AssociateExternalConnectionRequest.BuilderAssociateExternalConnectionRequest.Builder. externalConnection(String externalConnection)The name of the external connection to add to the repository.AssociateExternalConnectionRequest.BuilderAssociateExternalConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateExternalConnectionRequest.BuilderAssociateExternalConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateExternalConnectionRequest.BuilderAssociateExternalConnectionRequest.Builder. repository(String repository)The name of the repository to which the external connection is added.AssociateExternalConnectionRequest.BuilderAssociateExternalConnectionRequest. toBuilder()Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type AssociateExternalConnectionRequest.Builder Modifier and Type Method Description static Class<? extends AssociateExternalConnectionRequest.Builder>AssociateExternalConnectionRequest. serializableBuilderClass()
-