| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
PackageVersionDescription |
PackageVersionDescription.clone() |
PackageVersionDescription |
DescribePackageVersionResult.getPackageVersion()
A
PackageVersionDescription object that contains information about the requested package version.
|
PackageVersionDescription |
PackageVersionDescription.withDisplayName(String displayName)
The name of the package that is displayed.
|
PackageVersionDescription |
PackageVersionDescription.withFormat(PackageFormat format)
The format of the package version.
|
PackageVersionDescription |
PackageVersionDescription.withFormat(String format)
The format of the package version.
|
PackageVersionDescription |
PackageVersionDescription.withHomePage(String homePage)
The homepage associated with the package.
|
PackageVersionDescription |
PackageVersionDescription.withLicenses(Collection<LicenseInfo> licenses)
Information about licenses associated with the package version.
|
PackageVersionDescription |
PackageVersionDescription.withLicenses(LicenseInfo... licenses)
Information about licenses associated with the package version.
|
PackageVersionDescription |
PackageVersionDescription.withNamespace(String namespace)
The namespace of the package version.
|
PackageVersionDescription |
PackageVersionDescription.withOrigin(PackageVersionOrigin origin)
A
PackageVersionOrigin object that contains information about how the package version was added to the
repository.
|
PackageVersionDescription |
PackageVersionDescription.withPackageName(String packageName)
The name of the requested package.
|
PackageVersionDescription |
PackageVersionDescription.withPublishedTime(Date publishedTime)
A timestamp that contains the date and time the package version was published.
|
PackageVersionDescription |
PackageVersionDescription.withRevision(String revision)
The revision of the package version.
|
PackageVersionDescription |
PackageVersionDescription.withSourceCodeRepository(String sourceCodeRepository)
The repository for the source code in the package version, or the source code used to build it.
|
PackageVersionDescription |
PackageVersionDescription.withStatus(PackageVersionStatus status)
A string that contains the status of the package version.
|
PackageVersionDescription |
PackageVersionDescription.withStatus(String status)
A string that contains the status of the package version.
|
PackageVersionDescription |
PackageVersionDescription.withSummary(String summary)
A summary of the package version.
|
PackageVersionDescription |
PackageVersionDescription.withVersion(String version)
The version of the package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePackageVersionResult.setPackageVersion(PackageVersionDescription packageVersion)
A
PackageVersionDescription object that contains information about the requested package version.
|
DescribePackageVersionResult |
DescribePackageVersionResult.withPackageVersion(PackageVersionDescription packageVersion)
A
PackageVersionDescription object that contains information about the requested package version.
|
Copyright © 2022. All rights reserved.