| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
PackageSummary |
PackageSummary.clone() |
PackageSummary |
DeletePackageResult.getDeletedPackage() |
PackageSummary |
PackageSummary.withFormat(PackageFormat format)
The format of the package.
|
PackageSummary |
PackageSummary.withFormat(String format)
The format of the package.
|
PackageSummary |
PackageSummary.withNamespace(String namespace)
The namespace of the package.
|
PackageSummary |
PackageSummary.withOriginConfiguration(PackageOriginConfiguration originConfiguration)
A
PackageOriginConfiguration object that contains a PackageOriginRestrictions object that contains information about the upstream and publish package origin
restrictions.
|
PackageSummary |
PackageSummary.withPackage(String packageValue)
The name of the package.
|
| Modifier and Type | Method and Description |
|---|---|
List<PackageSummary> |
ListPackagesResult.getPackages()
The list of returned PackageSummary
objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeletePackageResult.setDeletedPackage(PackageSummary deletedPackage) |
DeletePackageResult |
DeletePackageResult.withDeletedPackage(PackageSummary deletedPackage) |
ListPackagesResult |
ListPackagesResult.withPackages(PackageSummary... packages)
The list of returned PackageSummary
objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPackagesResult.setPackages(Collection<PackageSummary> packages)
The list of returned PackageSummary
objects.
|
ListPackagesResult |
ListPackagesResult.withPackages(Collection<PackageSummary> packages)
The list of returned PackageSummary
objects.
|
Copyright © 2024. All rights reserved.