| 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<ListAssociatedPackagesResult> |
AWSCodeArtifactAsyncClient.listAssociatedPackagesAsync(ListAssociatedPackagesRequest request,
AsyncHandler<ListAssociatedPackagesRequest,ListAssociatedPackagesResult> asyncHandler) |
Future<ListAssociatedPackagesResult> |
AWSCodeArtifactAsync.listAssociatedPackagesAsync(ListAssociatedPackagesRequest listAssociatedPackagesRequest,
AsyncHandler<ListAssociatedPackagesRequest,ListAssociatedPackagesResult> asyncHandler)
Returns a list of packages associated with the requested package group.
|
Future<ListAssociatedPackagesResult> |
AbstractAWSCodeArtifactAsync.listAssociatedPackagesAsync(ListAssociatedPackagesRequest request,
AsyncHandler<ListAssociatedPackagesRequest,ListAssociatedPackagesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedPackagesRequest |
ListAssociatedPackagesRequest.clone() |
ListAssociatedPackagesRequest |
ListAssociatedPackagesRequest.withDomain(String domain)
The name of the domain that contains the package group from which to list associated packages.
|
ListAssociatedPackagesRequest |
ListAssociatedPackagesRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
ListAssociatedPackagesRequest |
ListAssociatedPackagesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListAssociatedPackagesRequest |
ListAssociatedPackagesRequest.withNextToken(String nextToken)
The token for the next set of results.
|
ListAssociatedPackagesRequest |
ListAssociatedPackagesRequest.withPackageGroup(String packageGroup)
The pattern of the package group from which to list associated packages.
|
ListAssociatedPackagesRequest |
ListAssociatedPackagesRequest.withPreview(Boolean preview)
When this flag is included,
ListAssociatedPackages will return a list of packages that would be
associated with a package group, even if it does not exist. |
Copyright © 2024. All rights reserved.