| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact |
AWS CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build
tools such as npm, Apache Maven, and pip.
|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateExternalConnectionResult> |
AbstractAWSCodeArtifactAsync.associateExternalConnectionAsync(AssociateExternalConnectionRequest request,
AsyncHandler<AssociateExternalConnectionRequest,AssociateExternalConnectionResult> asyncHandler) |
Future<AssociateExternalConnectionResult> |
AWSCodeArtifactAsync.associateExternalConnectionAsync(AssociateExternalConnectionRequest associateExternalConnectionRequest,
AsyncHandler<AssociateExternalConnectionRequest,AssociateExternalConnectionResult> asyncHandler)
Adds an existing external connection to a repository.
|
Future<AssociateExternalConnectionResult> |
AWSCodeArtifactAsyncClient.associateExternalConnectionAsync(AssociateExternalConnectionRequest request,
AsyncHandler<AssociateExternalConnectionRequest,AssociateExternalConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateExternalConnectionRequest |
AssociateExternalConnectionRequest.clone() |
AssociateExternalConnectionRequest |
AssociateExternalConnectionRequest.withDomain(String domain)
The name of the domain that contains the repository.
|
AssociateExternalConnectionRequest |
AssociateExternalConnectionRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain.
|
AssociateExternalConnectionRequest |
AssociateExternalConnectionRequest.withExternalConnection(String externalConnection)
The name of the external connection to add to the repository.
|
AssociateExternalConnectionRequest |
AssociateExternalConnectionRequest.withRepository(String repository)
The name of the repository to which the external connection is added.
|
Copyright © 2020. All rights reserved.