| 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 |
|---|---|
ListSubPackageGroupsResult |
AbstractAWSCodeArtifact.listSubPackageGroups(ListSubPackageGroupsRequest request) |
ListSubPackageGroupsResult |
AWSCodeArtifactClient.listSubPackageGroups(ListSubPackageGroupsRequest request)
Returns a list of direct children of the specified package group.
|
ListSubPackageGroupsResult |
AWSCodeArtifact.listSubPackageGroups(ListSubPackageGroupsRequest listSubPackageGroupsRequest)
Returns a list of direct children of the specified package group.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListSubPackageGroupsResult> |
AWSCodeArtifactAsyncClient.listSubPackageGroupsAsync(ListSubPackageGroupsRequest request,
AsyncHandler<ListSubPackageGroupsRequest,ListSubPackageGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSubPackageGroupsResult |
ListSubPackageGroupsResult.clone() |
ListSubPackageGroupsResult |
ListSubPackageGroupsResult.withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListSubPackageGroupsResult |
ListSubPackageGroupsResult.withPackageGroups(Collection<PackageGroupSummary> packageGroups)
A list of sub package groups for the requested package group.
|
ListSubPackageGroupsResult |
ListSubPackageGroupsResult.withPackageGroups(PackageGroupSummary... packageGroups)
A list of sub package groups for the requested package group.
|
Copyright © 2024. All rights reserved.