| 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<ListPackageVersionAssetsResult> |
AWSCodeArtifactAsyncClient.listPackageVersionAssetsAsync(ListPackageVersionAssetsRequest request,
AsyncHandler<ListPackageVersionAssetsRequest,ListPackageVersionAssetsResult> asyncHandler) |
Future<ListPackageVersionAssetsResult> |
AWSCodeArtifactAsync.listPackageVersionAssetsAsync(ListPackageVersionAssetsRequest listPackageVersionAssetsRequest,
AsyncHandler<ListPackageVersionAssetsRequest,ListPackageVersionAssetsResult> asyncHandler)
Returns a list of AssetSummary
objects for assets in a package version.
|
Future<ListPackageVersionAssetsResult> |
AbstractAWSCodeArtifactAsync.listPackageVersionAssetsAsync(ListPackageVersionAssetsRequest request,
AsyncHandler<ListPackageVersionAssetsRequest,ListPackageVersionAssetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPackageVersionAssetsRequest |
ListPackageVersionAssetsRequest.clone() |
ListPackageVersionAssetsRequest |
ListPackageVersionAssetsRequest.withDomain(String domain)
The name of the domain that contains the repository associated with the package version assets.
|
ListPackageVersionAssetsRequest |
ListPackageVersionAssetsRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
ListPackageVersionAssetsRequest |
ListPackageVersionAssetsRequest.withFormat(PackageFormat format)
The format of the package that contains the requested package version assets.
|
ListPackageVersionAssetsRequest |
ListPackageVersionAssetsRequest.withFormat(String format)
The format of the package that contains the requested package version assets.
|
ListPackageVersionAssetsRequest |
ListPackageVersionAssetsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListPackageVersionAssetsRequest |
ListPackageVersionAssetsRequest.withNamespace(String namespace)
The namespace of the package version that contains the requested package version assets.
|
ListPackageVersionAssetsRequest |
ListPackageVersionAssetsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
ListPackageVersionAssetsRequest |
ListPackageVersionAssetsRequest.withPackage(String packageValue)
The name of the package that contains the requested package version assets.
|
ListPackageVersionAssetsRequest |
ListPackageVersionAssetsRequest.withPackageVersion(String packageVersion)
A string that contains the package version (for example,
3.5.2). |
ListPackageVersionAssetsRequest |
ListPackageVersionAssetsRequest.withRepository(String repository)
The name of the repository that contains the package that contains the requested package version assets.
|
Copyright © 2023. All rights reserved.