| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
static HashAlgorithm |
HashAlgorithm.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static HashAlgorithm |
HashAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashAlgorithm[] |
HashAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<HashAlgorithm,String> |
AssetSummary.hashes()
The hashes of the asset.
|
static Set<HashAlgorithm> |
HashAlgorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssetSummary.Builder |
AssetSummary.Builder.hashes(Map<HashAlgorithm,String> hashes)
The hashes of the asset.
|
Copyright © 2023. All rights reserved.