| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
PackageDescription |
PackageDescription.clone() |
PackageDescription |
DescribePackageResult.getPackage()
A
PackageDescription object that contains information about the requested package.
|
PackageDescription |
PackageDescription.withFormat(PackageFormat format)
A format that specifies the type of the package.
|
PackageDescription |
PackageDescription.withFormat(String format)
A format that specifies the type of the package.
|
PackageDescription |
PackageDescription.withName(String name)
The name of the package.
|
PackageDescription |
PackageDescription.withNamespace(String namespace)
The namespace of the package.
|
PackageDescription |
PackageDescription.withOriginConfiguration(PackageOriginConfiguration originConfiguration)
The package origin configuration for the package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePackageResult.setPackage(PackageDescription packageValue)
A
PackageDescription object that contains information about the requested package.
|
DescribePackageResult |
DescribePackageResult.withPackage(PackageDescription packageValue)
A
PackageDescription object that contains information about the requested package.
|
Copyright © 2022. All rights reserved.