| 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<CreateDomainResult> |
AbstractAWSCodeArtifactAsync.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
Future<CreateDomainResult> |
AWSCodeArtifactAsyncClient.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
Future<CreateDomainResult> |
AWSCodeArtifactAsync.createDomainAsync(CreateDomainRequest createDomainRequest,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler)
Creates a domain.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDomainRequest |
CreateDomainRequest.clone() |
CreateDomainRequest |
CreateDomainRequest.withDomain(String domain)
The name of the domain to create.
|
CreateDomainRequest |
CreateDomainRequest.withEncryptionKey(String encryptionKey)
The encryption key for the domain.
|
CreateDomainRequest |
CreateDomainRequest.withTags(Collection<Tag> tags)
One or more tag key-value pairs for the domain.
|
CreateDomainRequest |
CreateDomainRequest.withTags(Tag... tags)
One or more tag key-value pairs for the domain.
|
Copyright © 2023. All rights reserved.