| 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<ListSubPackageGroupsResult> |
AWSCodeArtifactAsyncClient.listSubPackageGroupsAsync(ListSubPackageGroupsRequest request,
AsyncHandler<ListSubPackageGroupsRequest,ListSubPackageGroupsResult> asyncHandler) |
Future<ListSubPackageGroupsResult> |
AbstractAWSCodeArtifactAsync.listSubPackageGroupsAsync(ListSubPackageGroupsRequest request,
AsyncHandler<ListSubPackageGroupsRequest,ListSubPackageGroupsResult> asyncHandler) |
Future<ListSubPackageGroupsResult> |
AWSCodeArtifactAsync.listSubPackageGroupsAsync(ListSubPackageGroupsRequest listSubPackageGroupsRequest,
AsyncHandler<ListSubPackageGroupsRequest,ListSubPackageGroupsResult> asyncHandler)
Returns a list of direct children of the specified package group.
|
| Modifier and Type | Method and Description |
|---|---|
ListSubPackageGroupsRequest |
ListSubPackageGroupsRequest.clone() |
ListSubPackageGroupsRequest |
ListSubPackageGroupsRequest.withDomain(String domain)
The name of the domain which contains the package group from which to list sub package groups.
|
ListSubPackageGroupsRequest |
ListSubPackageGroupsRequest.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
ListSubPackageGroupsRequest |
ListSubPackageGroupsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListSubPackageGroupsRequest |
ListSubPackageGroupsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
ListSubPackageGroupsRequest |
ListSubPackageGroupsRequest.withPackageGroup(String packageGroup)
The pattern of the package group from which to list sub package groups.
|
Copyright © 2024. All rights reserved.