Uses of Class
software.amazon.awssdk.services.codeartifact.model.HashAlgorithm
-
Packages that use HashAlgorithm Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of HashAlgorithm in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return HashAlgorithm Modifier and Type Method Description static HashAlgorithmHashAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static HashAlgorithmHashAlgorithm. 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.Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type HashAlgorithm Modifier and Type Method Description Map<HashAlgorithm,String>AssetSummary. hashes()The hashes of the asset.static Set<HashAlgorithm>HashAlgorithm. knownValues()Method parameters in software.amazon.awssdk.services.codeartifact.model with type arguments of type HashAlgorithm Modifier and Type Method Description AssetSummary.BuilderAssetSummary.Builder. hashes(Map<HashAlgorithm,String> hashes)The hashes of the asset.
-