| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
AssetSummary |
AssetSummary.addHashesEntry(String key,
String value)
Add a single Hashes entry
|
AssetSummary |
AssetSummary.clearHashesEntries()
Removes all the entries added into Hashes.
|
AssetSummary |
AssetSummary.clone() |
AssetSummary |
AssetSummary.withHashes(Map<String,String> hashes)
The hashes of the asset.
|
AssetSummary |
AssetSummary.withName(String name)
The name of the asset.
|
AssetSummary |
AssetSummary.withSize(Long size)
The size of the asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetSummary> |
ListPackageVersionAssetsResult.getAssets()
The returned list of AssetSummary
objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListPackageVersionAssetsResult |
ListPackageVersionAssetsResult.withAssets(AssetSummary... assets)
The returned list of AssetSummary
objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPackageVersionAssetsResult.setAssets(Collection<AssetSummary> assets)
The returned list of AssetSummary
objects.
|
ListPackageVersionAssetsResult |
ListPackageVersionAssetsResult.withAssets(Collection<AssetSummary> assets)
The returned list of AssetSummary
objects.
|
Copyright © 2022. All rights reserved.