| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
PackageGroupSummary |
PackageGroupSummary.clone() |
PackageGroupSummary |
PackageGroupSummary.withArn(String arn)
The ARN of the package group.
|
PackageGroupSummary |
PackageGroupSummary.withContactInfo(String contactInfo)
The contact information of the package group.
|
PackageGroupSummary |
PackageGroupSummary.withCreatedTime(Date createdTime)
A timestamp that represents the date and time the repository was created.
|
PackageGroupSummary |
PackageGroupSummary.withDescription(String description)
The description of the package group.
|
PackageGroupSummary |
PackageGroupSummary.withDomainName(String domainName)
The domain that contains the package group.
|
PackageGroupSummary |
PackageGroupSummary.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
PackageGroupSummary |
PackageGroupSummary.withOriginConfiguration(PackageGroupOriginConfiguration originConfiguration)
Details about the package origin configuration of a package group.
|
PackageGroupSummary |
PackageGroupSummary.withParent(PackageGroupReference parent)
The direct parent package group of the package group.
|
PackageGroupSummary |
PackageGroupSummary.withPattern(String pattern)
The pattern of the package group.
|
| Modifier and Type | Method and Description |
|---|---|
List<PackageGroupSummary> |
ListSubPackageGroupsResult.getPackageGroups()
A list of sub package groups for the requested package group.
|
List<PackageGroupSummary> |
ListPackageGroupsResult.getPackageGroups()
The list of package groups in the requested domain.
|
| Modifier and Type | Method and Description |
|---|---|
ListSubPackageGroupsResult |
ListSubPackageGroupsResult.withPackageGroups(PackageGroupSummary... packageGroups)
A list of sub package groups for the requested package group.
|
ListPackageGroupsResult |
ListPackageGroupsResult.withPackageGroups(PackageGroupSummary... packageGroups)
The list of package groups in the requested domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSubPackageGroupsResult.setPackageGroups(Collection<PackageGroupSummary> packageGroups)
A list of sub package groups for the requested package group.
|
void |
ListPackageGroupsResult.setPackageGroups(Collection<PackageGroupSummary> packageGroups)
The list of package groups in the requested domain.
|
ListSubPackageGroupsResult |
ListSubPackageGroupsResult.withPackageGroups(Collection<PackageGroupSummary> packageGroups)
A list of sub package groups for the requested package group.
|
ListPackageGroupsResult |
ListPackageGroupsResult.withPackageGroups(Collection<PackageGroupSummary> packageGroups)
The list of package groups in the requested domain.
|
Copyright © 2024. All rights reserved.