ChecksumAlgorithm

aws.protocols.ChecksumAlgorithm
See theChecksumAlgorithm companion object
sealed abstract class ChecksumAlgorithm(_value: String, _name: String, _intValue: Int, _hints: Hints) extends Value

Attributes

Companion:
object
Graph
Supertypes
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object CRC32.type
object CRC32C.type
object SHA1.type
object SHA256.type

Members list

Concise view

Value members

Concrete methods

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String