| 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<ListPackageGroupsResult> |
AbstractAWSCodeArtifactAsync.listPackageGroupsAsync(ListPackageGroupsRequest request,
AsyncHandler<ListPackageGroupsRequest,ListPackageGroupsResult> asyncHandler) |
Future<ListPackageGroupsResult> |
AWSCodeArtifactAsync.listPackageGroupsAsync(ListPackageGroupsRequest listPackageGroupsRequest,
AsyncHandler<ListPackageGroupsRequest,ListPackageGroupsResult> asyncHandler)
Returns a list of package groups in the requested domain.
|
Future<ListPackageGroupsResult> |
AWSCodeArtifactAsyncClient.listPackageGroupsAsync(ListPackageGroupsRequest request,
AsyncHandler<ListPackageGroupsRequest,ListPackageGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPackageGroupsRequest |
ListPackageGroupsRequest.clone() |
ListPackageGroupsRequest |
ListPackageGroupsRequest.withDomain(String domain)
The domain for which you want to list package groups.
|
ListPackageGroupsRequest |
ListPackageGroupsRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
ListPackageGroupsRequest |
ListPackageGroupsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListPackageGroupsRequest |
ListPackageGroupsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
ListPackageGroupsRequest |
ListPackageGroupsRequest.withPrefix(String prefix)
A prefix for which to search package groups.
|
Copyright © 2024. All rights reserved.