| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
AssociatedPackage |
AssociatedPackage.clone() |
AssociatedPackage |
AssociatedPackage.withAssociationType(PackageGroupAssociationType associationType)
Describes the strength of the association between the package and package group.
|
AssociatedPackage |
AssociatedPackage.withAssociationType(String associationType)
Describes the strength of the association between the package and package group.
|
AssociatedPackage |
AssociatedPackage.withFormat(PackageFormat format)
A format that specifies the type of the associated package.
|
AssociatedPackage |
AssociatedPackage.withFormat(String format)
A format that specifies the type of the associated package.
|
AssociatedPackage |
AssociatedPackage.withNamespace(String namespace)
The namespace of the associated package.
|
AssociatedPackage |
AssociatedPackage.withPackage(String packageValue)
The name of the associated package.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociatedPackage> |
ListAssociatedPackagesResult.getPackages()
The list of packages associated with the requested package group.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedPackagesResult |
ListAssociatedPackagesResult.withPackages(AssociatedPackage... packages)
The list of packages associated with the requested package group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssociatedPackagesResult.setPackages(Collection<AssociatedPackage> packages)
The list of packages associated with the requested package group.
|
ListAssociatedPackagesResult |
ListAssociatedPackagesResult.withPackages(Collection<AssociatedPackage> packages)
The list of packages associated with the requested package group.
|
Copyright © 2024. All rights reserved.