| 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<DescribePackageResult> |
AWSCodeArtifactAsyncClient.describePackageAsync(DescribePackageRequest request,
AsyncHandler<DescribePackageRequest,DescribePackageResult> asyncHandler) |
Future<DescribePackageResult> |
AbstractAWSCodeArtifactAsync.describePackageAsync(DescribePackageRequest request,
AsyncHandler<DescribePackageRequest,DescribePackageResult> asyncHandler) |
Future<DescribePackageResult> |
AWSCodeArtifactAsync.describePackageAsync(DescribePackageRequest describePackageRequest,
AsyncHandler<DescribePackageRequest,DescribePackageResult> asyncHandler)
Returns a
PackageDescription object that contains information about the requested package.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePackageRequest |
DescribePackageRequest.clone() |
DescribePackageRequest |
DescribePackageRequest.withDomain(String domain)
The name of the domain that contains the repository that contains the package.
|
DescribePackageRequest |
DescribePackageRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DescribePackageRequest |
DescribePackageRequest.withFormat(PackageFormat format)
A format that specifies the type of the requested package.
|
DescribePackageRequest |
DescribePackageRequest.withFormat(String format)
A format that specifies the type of the requested package.
|
DescribePackageRequest |
DescribePackageRequest.withNamespace(String namespace)
The namespace of the requested package.
|
DescribePackageRequest |
DescribePackageRequest.withPackage(String packageValue)
The name of the requested package.
|
DescribePackageRequest |
DescribePackageRequest.withRepository(String repository)
The name of the repository that contains the requested package.
|
Copyright © 2024. All rights reserved.