| 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<PutPackageOriginConfigurationResult> |
AbstractAWSCodeArtifactAsync.putPackageOriginConfigurationAsync(PutPackageOriginConfigurationRequest request,
AsyncHandler<PutPackageOriginConfigurationRequest,PutPackageOriginConfigurationResult> asyncHandler) |
Future<PutPackageOriginConfigurationResult> |
AWSCodeArtifactAsyncClient.putPackageOriginConfigurationAsync(PutPackageOriginConfigurationRequest request,
AsyncHandler<PutPackageOriginConfigurationRequest,PutPackageOriginConfigurationResult> asyncHandler) |
Future<PutPackageOriginConfigurationResult> |
AWSCodeArtifactAsync.putPackageOriginConfigurationAsync(PutPackageOriginConfigurationRequest putPackageOriginConfigurationRequest,
AsyncHandler<PutPackageOriginConfigurationRequest,PutPackageOriginConfigurationResult> asyncHandler)
Sets the package origin configuration for a package.
|
| Modifier and Type | Method and Description |
|---|---|
PutPackageOriginConfigurationRequest |
PutPackageOriginConfigurationRequest.clone() |
PutPackageOriginConfigurationRequest |
PutPackageOriginConfigurationRequest.withDomain(String domain)
The name of the domain that contains the repository that contains the package.
|
PutPackageOriginConfigurationRequest |
PutPackageOriginConfigurationRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
PutPackageOriginConfigurationRequest |
PutPackageOriginConfigurationRequest.withFormat(PackageFormat format)
A format that specifies the type of the package to be updated.
|
PutPackageOriginConfigurationRequest |
PutPackageOriginConfigurationRequest.withFormat(String format)
A format that specifies the type of the package to be updated.
|
PutPackageOriginConfigurationRequest |
PutPackageOriginConfigurationRequest.withNamespace(String namespace)
The namespace of the package to be updated.
|
PutPackageOriginConfigurationRequest |
PutPackageOriginConfigurationRequest.withPackage(String packageValue)
The name of the package to be updated.
|
PutPackageOriginConfigurationRequest |
PutPackageOriginConfigurationRequest.withRepository(String repository)
The name of the repository that contains the package.
|
PutPackageOriginConfigurationRequest |
PutPackageOriginConfigurationRequest.withRestrictions(PackageOriginRestrictions restrictions)
A
PackageOriginRestrictions object that contains information about the
upstream and
publish package origin restrictions. |
Copyright © 2023. All rights reserved.