| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseInfo |
LicenseInfo.clone() |
LicenseInfo |
LicenseInfo.withName(String name)
Name of the license.
|
LicenseInfo |
LicenseInfo.withUrl(String url)
The URL for license data.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseInfo> |
PackageVersionDescription.getLicenses()
Information about licenses associated with the package version.
|
| Modifier and Type | Method and Description |
|---|---|
PackageVersionDescription |
PackageVersionDescription.withLicenses(LicenseInfo... licenses)
Information about licenses associated with the package version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageVersionDescription.setLicenses(Collection<LicenseInfo> licenses)
Information about licenses associated with the package version.
|
PackageVersionDescription |
PackageVersionDescription.withLicenses(Collection<LicenseInfo> licenses)
Information about licenses associated with the package version.
|
Copyright © 2023. All rights reserved.