| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRepositoryResult> |
AWSCodeArtifactAsyncClient.createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) |
Future<CreateRepositoryResult> |
AbstractAWSCodeArtifactAsync.createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) |
Future<CreateRepositoryResult> |
AWSCodeArtifactAsync.createRepositoryAsync(CreateRepositoryRequest createRepositoryRequest,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler)
Creates a repository.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRepositoryRequest |
CreateRepositoryRequest.clone() |
CreateRepositoryRequest |
CreateRepositoryRequest.withDescription(String description)
A description of the created repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withDomain(String domain)
The name of the domain that contains the created repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withRepository(String repository)
The name of the repository to create.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withTags(Collection<Tag> tags)
One or more tag key-value pairs for the repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withTags(Tag... tags)
One or more tag key-value pairs for the repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withUpstreams(Collection<UpstreamRepository> upstreams)
A list of upstream repositories to associate with the repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withUpstreams(UpstreamRepository... upstreams)
A list of upstream repositories to associate with the repository.
|
Copyright © 2022. All rights reserved.