| 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, NuGet, and pip.
|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRepositoryEndpointResult> |
AbstractAWSCodeArtifactAsync.getRepositoryEndpointAsync(GetRepositoryEndpointRequest request,
AsyncHandler<GetRepositoryEndpointRequest,GetRepositoryEndpointResult> asyncHandler) |
Future<GetRepositoryEndpointResult> |
AWSCodeArtifactAsyncClient.getRepositoryEndpointAsync(GetRepositoryEndpointRequest request,
AsyncHandler<GetRepositoryEndpointRequest,GetRepositoryEndpointResult> asyncHandler) |
Future<GetRepositoryEndpointResult> |
AWSCodeArtifactAsync.getRepositoryEndpointAsync(GetRepositoryEndpointRequest getRepositoryEndpointRequest,
AsyncHandler<GetRepositoryEndpointRequest,GetRepositoryEndpointResult> asyncHandler)
Returns the endpoint of a repository for a specific package format.
|
| Modifier and Type | Method and Description |
|---|---|
GetRepositoryEndpointRequest |
GetRepositoryEndpointRequest.clone() |
GetRepositoryEndpointRequest |
GetRepositoryEndpointRequest.withDomain(String domain)
The name of the domain that contains the repository.
|
GetRepositoryEndpointRequest |
GetRepositoryEndpointRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain that contains the repository.
|
GetRepositoryEndpointRequest |
GetRepositoryEndpointRequest.withFormat(PackageFormat format)
Returns which endpoint of a repository to return.
|
GetRepositoryEndpointRequest |
GetRepositoryEndpointRequest.withFormat(String format)
Returns which endpoint of a repository to return.
|
GetRepositoryEndpointRequest |
GetRepositoryEndpointRequest.withRepository(String repository)
The name of the repository.
|
Copyright © 2021. All rights reserved.